lavc: move CODEC_FLAG_MV0 to mpegvideo

This commit is contained in:
Anton Khirnov
2014-04-29 08:00:03 +02:00
parent 6484149158
commit a2941c8cb2
8 changed files with 31 additions and 5 deletions
+4
View File
@@ -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.