Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-04-11 17:09:00 +0300
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-04-11 17:09:00 +0300
commit6586f62d1a7cbb14e449eb077b057dec6a64f23a (patch)
tree958d7bcc9815e512d536861be9df2c5a4e04bdf0 /doc
parent3dec7ed3cf04985ae68b64c3b05ecf559f493518 (diff)
parent3e8fd93b6ab219221e17fa2b6243cc72cf2d69dc (diff)
Merge commit '3e8fd93b6ab219221e17fa2b6243cc72cf2d69dc'
* commit '3e8fd93b6ab219221e17fa2b6243cc72cf2d69dc': lavf: add a missing bump and APIchanges for the codecpar switch 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 e02097b1a7..cc73528792 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-04-11 - xxxxxxx - lavf 57.33.0 - avformat.h
+ Add AVStream.codecpar, deprecate AVStream.codec.
+
2016-04-02 - xxxxxxx - lavu 55.20.100 - base64.h
Add AV_BASE64_DECODE_SIZE(x) macro.