diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-07-22 14:39:30 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-12-06 10:22:43 +0100 |
commit | 84adab333cddeefc3cfd843089dee23f58bd372c (patch) | |
tree | cb4f38148747f6f6490e301301d50b4ceda2bdca /doc/APIchanges | |
parent | 31c51f7441de07b88cfea2550245bf1f5140cb8f (diff) | |
download | ffmpeg-84adab333cddeefc3cfd843089dee23f58bd372c.tar.gz |
lavc: add stream-global packet side data
This is similar to what is done for AVStream.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 0979930aac..bd7323c37b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,7 +14,8 @@ 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(). + xxxxxxx - Add av_packet_add_side_data(). + xxxxxxx - Add AVCodecContext.coded_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 |