diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-12-17 13:25:52 +0100 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-12-17 13:25:52 +0100 |
commit | dd6ee019ea828a2700e38366983ef343612021c6 (patch) | |
tree | 1c5d8ea9a7d23133d4caa4887cf787d936b33049 /doc | |
parent | be52b95d311bb392fe99a6bb3b8db74e255043e3 (diff) | |
parent | f0b769c16daafa64720dcba7fa81a9f5255e1d29 (diff) | |
download | ffmpeg-dd6ee019ea828a2700e38366983ef343612021c6.tar.gz |
Merge commit 'f0b769c16daafa64720dcba7fa81a9f5255e1d29'
* commit 'f0b769c16daafa64720dcba7fa81a9f5255e1d29':
lavc: add a packet side data type for VBV-like parameters
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e99c7e6476..02cb643f64 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -17,6 +17,7 @@ API changes, most recent first: 2015-12-17 - lavc 57.18.100 / 57.11.0 - avcodec.h xxxxxxx - Add av_packet_add_side_data(). xxxxxxx - Add AVCodecContext.coded_side_data. + xxxxxxx - Add AVCPBProperties API. 2015-12-11 - xxxxxxx - lavf 57.20.100 - avformat.h Add av_program_add_stream_index() |