summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-07-03 00:50:54 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-07-27 15:26:57 +0100
commitb94ec30428b9696f99b08055735689623fe63954 (patch)
tree47f6287679a9cb9456adb408d4876b7f772981d9 /doc
parent059a934806d61f7af9ab3fd9f74994b838ea5eba (diff)
lavc: Update version and APIchanges
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 3303d5f2f7..4ee7f410fc 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.