diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-05-03 03:21:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-07 21:01:37 +0200 |
commit | a7dd933b811b799cc087508f24201f2593c07347 (patch) | |
tree | a961c46c572023a0945e88c4333573d89a92f759 /doc | |
parent | daea3209693f28328ca553fb33fdf8fc2ab42044 (diff) | |
download | ffmpeg-a7dd933b811b799cc087508f24201f2593c07347.tar.gz |
avcodec: Add av_packet_side_data_name()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
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. |