diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-10-04 12:08:20 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-12-06 10:22:18 +0100 |
commit | 31c51f7441de07b88cfea2550245bf1f5140cb8f (patch) | |
tree | 9e490166e4344542fbaaf064a5fead2be4f332f7 /doc/APIchanges | |
parent | b09ad37c83841c399abb7f2503a2ab214d0c2d48 (diff) | |
download | ffmpeg-streaming-31c51f7441de07b88cfea2550245bf1f5140cb8f.zip ffmpeg-streaming-31c51f7441de07b88cfea2550245bf1f5140cb8f.tar.gz |
avpacket: add a function for wrapping existing data as side data
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index ecbe8b5..0979930 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 |