summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-10-04 12:08:20 +0200
committerAnton Khirnov <anton@khirnov.net>2015-12-06 10:22:18 +0100
commit31c51f7441de07b88cfea2550245bf1f5140cb8f (patch)
tree9e490166e4344542fbaaf064a5fead2be4f332f7 /doc
parentb09ad37c83841c399abb7f2503a2ab214d0c2d48 (diff)
avpacket: add a function for wrapping existing data as side data
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 ecbe8b537c..0979930aac 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2015-xx-xx - xxxxxxx - lavc 57.11.0 - avcodec.h
+ Add av_packet_add_side_data().
+
2015-xx-xx - xxxxxxx - lavc 57.9.1 - avcodec.h
Deprecate rtp_callback without replacement, i.e. it won't be possible to
get image slices before the full frame is encoded any more. The libavformat