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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-05-03 04:21:23 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-05-07 22:01:37 +0300
commita7dd933b811b799cc087508f24201f2593c07347 (patch)
treea961c46c572023a0945e88c4333573d89a92f759 /doc
parentdaea3209693f28328ca553fb33fdf8fc2ab42044 (diff)
avcodec: Add av_packet_side_data_name()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 bf0913aaa9..fc150aef44 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2014-08-09
API changes, most recent first:
+2015-05-07 - xxxxxxx - 56.38.100 - avcodec.h
+ Add av_packet_side_data_name().
+
2015-05-04 - xxxxxxx - 56.37.100 - avcodec.h
Add FF_PROFILE_VP9_0 and FF_PROFILE_VP9_1.