diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-03 00:50:54 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-27 15:26:57 +0100 |
commit | b94ec30428b9696f99b08055735689623fe63954 (patch) | |
tree | 47f6287679a9cb9456adb408d4876b7f772981d9 /doc | |
parent | 059a934806d61f7af9ab3fd9f74994b838ea5eba (diff) | |
download | ffmpeg-streaming-b94ec30428b9696f99b08055735689623fe63954.zip ffmpeg-streaming-b94ec30428b9696f99b08055735689623fe63954.tar.gz |
lavc: Update version and APIchanges
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 3303d5f..4ee7f41 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,12 @@ libavutil: 2014-08-09 API changes, most recent first: +2015-xx-xx - lavc 56.35.0 - avcodec.h + xxxxxxxxx - Rename CODEC_FLAG* defines to AV_CODEC_FLAG*. + xxxxxxxxx - Rename CODEC_CAP_* defines to AV_CODEC_CAP_*. + xxxxxxxxx - Rename FF_INPUT_BUFFER_PADDING_SIZE and FF_MIN_BUFFER_SIZE + to AV_INPUT_BUFFER_PADDING_SIZE and AV_INPUT_BUFFER_MIN_SIZE. + 2015-xx-xx - xxxxxxx - lavc 56.33.0 - avcodec.h Add AV_PKT_DATA_QUALITY_FACTOR to export the quality value of an AVPacket. |