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:
authorJames Almer <jamrial@gmail.com>2016-11-17 08:02:41 +0300
committerJames Almer <jamrial@gmail.com>2016-11-19 04:17:13 +0300
commit2ab50647ff653ab45d9d78203b6a671124609991 (patch)
tree781850fb7ca50af41350fdca52b4d9a40f8baf4f /doc
parent4696f7639b22c9205792d2e3d5e8e07b3cadbb63 (diff)
avformat/utils: add av_stream_add_side_data()
Functionally similar to av_packet_add_side_data(). Allows the use of an already allocated buffer as stream side data. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@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 3089c82eb4..3171c0560f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-11-18 - xxxxxxx - lavf 57.58.100 - avformat.h
+ Add av_stream_add_side_data().
+
2016-xx-xx - xxxxxxx - lavu 55.39.100 - hwcontext_vaapi.h
Add AV_VAAPI_DRIVER_QUIRK_ATTRIB_MEMTYPE.