summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-03-31 21:18:53 +0100
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-03-31 21:19:03 +0100
commitf9b1cf15c233dde29f3659c903e32f74be4fdb95 (patch)
treea94a4e40266fd49617c1e5d014d1485ca7b69a7d /doc
parent6de58b49032a206985602effec91e5e46c886ea2 (diff)
parent998e1b8f521b73e1ed3a13caaabcf79eb401cf0d (diff)
Merge commit '998e1b8f521b73e1ed3a13caaabcf79eb401cf0d'
* commit '998e1b8f521b73e1ed3a13caaabcf79eb401cf0d': lavc: add codec parameters API Fixes added in: - bit_rate has been made int64_t to match. - profile and level are properly initialize. Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 2e72128fbc..32969ed2ee 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-xx-xx - lavc 57.33.0 - avcodec.h
+ xxxxxxx - Add AVCodecParameters and its related API.
+
2016-03-11 - xxxxxxx - lavf/lavc 57.28.101
Add requirement to bitstream filtering API that returned packets with
size == 0 and side_data_elems == 0 are to be skipped by the caller.