diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-04-29 08:00:03 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-05-01 09:24:18 +0200 |
commit | a2941c8cb216bdc144953cace64973f5600ffa2d (patch) | |
tree | debc8a02c1758e32cf1cd061fe3cc5d533b85f47 /doc/APIchanges | |
parent | 6484149158b6fc6d13d2b2ef84cb26a2d3275400 (diff) | |
download | ffmpeg-a2941c8cb216bdc144953cace64973f5600ffa2d.tar.gz |
lavc: move CODEC_FLAG_MV0 to mpegvideo
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index ace933864c..f392c53d01 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.3 - avcodec.h + Deprecate CODEC_FLAG_MV0. It is replaced by the flag "mv0" in the + "mpv_flags" private option of the mpegvideo encoders. + 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. |