diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-07-05 09:09:15 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-12-06 10:28:04 +0100 |
commit | e02de9df4b218bd6e1e927b67fd4075741545688 (patch) | |
tree | a618485fed655d22df0ef80f5f28d0f50e5841ff /doc/APIchanges | |
parent | 8bcadaacc2b8dc3c5d6569835a5ca20e62d3efca (diff) | |
download | ffmpeg-e02de9df4b218bd6e1e927b67fd4075741545688.tar.gz |
lavc: export Dirac parsing API used by the ogg demuxer as public
Also, stop using AVCodecContext for storing the stream parameters.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 8ae8be4d83..4c5e32e6ec 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,10 +13,12 @@ libavutil: 2015-08-28 API changes, most recent first: -2015-xx-xx - xxxxxxx - lavc 57.11.0 - avcodec.h +2015-xx-xx - xxxxxxx - lavc 57.11.0 - avcodec.h dirac.h xxxxxxx - Add av_packet_add_side_data(). xxxxxxx - Add AVCodecContext.coded_side_data. xxxxxxx - Add AVCPBProperties API. + xxxxxxx - Add a new public header dirac.h containing + av_dirac_parse_sequence_header() 2015-xx-xx - xxxxxxx - lavc 57.9.1 - avcodec.h Deprecate rtp_callback without replacement, i.e. it won't be possible to |