lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo

This commit is contained in:
Anton Khirnov
2014-04-29 08:00:03 +02:00
parent 5fccedaa67
commit b2c31710c9
7 changed files with 28 additions and 4 deletions

View File

@@ -13,6 +13,10 @@ libavutil: 2013-12-xx
API changes, most recent first:
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.
2014-04-xx - xxxxxxx - avcodec.h
Deprecate CODEC_FLAG_INPUT_PRESERVED. Its functionality is replaced by passing
reference-counted frames to encoders.