diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-04-29 08:08:43 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-05-01 09:24:02 +0200 |
commit | 6484149158b6fc6d13d2b2ef84cb26a2d3275400 (patch) | |
tree | e05317f2538eba8042c44d890457b07d5e90eaa4 /doc | |
parent | b2c31710c96fa47d9dcd40b64d39663e8957f683 (diff) | |
download | ffmpeg-streaming-6484149158b6fc6d13d2b2ef84cb26a2d3275400.zip ffmpeg-streaming-6484149158b6fc6d13d2b2ef84cb26a2d3275400.tar.gz |
lavc: make the xvid-specific "gmc" flag a private option of libxvid
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 6825cb4..ace9338 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-04-xx - xxxxxxx - lavc 55.50.2 - avcodec.h + Deprecate CODEC_FLAG_GMC. It is replaced by the "gmc" private option of the + libxvid encoder. + 2014-04-xx - xxxxxxx - lavc 55.50.1 - avcodec.h Deprecate CODEC_FLAG_NORMALIZE_AQP. It is replaced by the flag "naq" in the "mpv_flags" private option of the mpegvideo encoders. |