diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2013-07-25 22:30:18 +0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-08-05 11:16:54 +0200 |
commit | a0ad5d011318f951ecd4c9ffe1829518c9533909 (patch) | |
tree | 476b446c01330012f5c32922e16d1a33e484969c /doc/APIchanges | |
parent | 578ea75a9e4ac56e0bbbbe668700be756aa699f8 (diff) | |
download | ffmpeg-a0ad5d011318f951ecd4c9ffe1829518c9533909.tar.gz |
vdpau: deprecate old codec-specific pixel formats
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index cb477d83ee..3a222da9a9 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-08-xx - xxxxxxx - lavu 52.14.0 - pixfmt.h + Deprecate AV_PIX_FMT_VDPAU_*. Use AV_PIX_FMT_VDPAU instead. + 2013-08-xx - xxxxxxx - lavc 55.11.0 - avcodec.h Add output_picture_number to AVCodecParserContext. |