diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-07-22 14:04:20 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-12-06 10:23:45 +0100 |
commit | f0b769c16daafa64720dcba7fa81a9f5255e1d29 (patch) | |
tree | 175b418ea61a5b996ffce0cac8f696d2475aa3ae /doc/APIchanges | |
parent | e63e3797a1ed9346f529848e6ba3d27fd2d2cc8d (diff) | |
download | ffmpeg-f0b769c16daafa64720dcba7fa81a9f5255e1d29.tar.gz |
lavc: add a packet side data type for VBV-like parameters
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index bd7323c37b..8ae8be4d83 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -16,6 +16,7 @@ API changes, most recent first: 2015-xx-xx - xxxxxxx - lavc 57.11.0 - avcodec.h xxxxxxx - Add av_packet_add_side_data(). xxxxxxx - Add AVCodecContext.coded_side_data. + xxxxxxx - Add AVCPBProperties API. 2015-xx-xx - xxxxxxx - lavc 57.9.1 - avcodec.h Deprecate rtp_callback without replacement, i.e. it won't be possible to |