summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-11-22 17:16:48 -0500
committerVittorio Giovara <vittorio.giovara@gmail.com>2016-11-23 10:36:13 -0500
commit79ff9935ae4ae90a4dd485bd9a3a440281d866b2 (patch)
tree1a2f9d686ed8c9c3e1177f2afc0d10de5a30e4d3 /doc
parent286ab878bd39b56008035638227b3ecb8ec5bbb7 (diff)
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. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Vittorio Giovara <vittorio.giovara@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 6e0d27d993..90c6500764 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-xx-xx - xxxxxxx - lavf 57.10.0 - avformat.h
+ Add av_stream_add_side_data().
+
2016-xx-xx - xxxxxxx - lavu 55.28.0 - pixfmt.h
Add AV_PIX_FMT_GRAY12(LE/BE).