diff options
author | James Almer <jamrial@gmail.com> | 2023-07-17 17:55:30 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-10-06 10:11:18 -0300 |
commit | 804be7f9e3c52ba38efb13e2ef1737061b2e9d0f (patch) | |
tree | c313500ee11b17cb358c88e41e53058278631854 /doc/APIchanges | |
parent | d76b0c4a3530005ce59ec1dcaefcb8dd03c4e0ce (diff) | |
download | ffmpeg-804be7f9e3c52ba38efb13e2ef1737061b2e9d0f.tar.gz |
avcodec/hevcdec: check for DOVI configuration record in AVCodecContext side data
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index b67dfba316..9b109e6fa7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,10 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2023-10-06 - xxxxxxxxxx - lavc 60.30.101 - avcodec.h + AVCodecContext.coded_side_data may now be used during decoding, to be set + by user before calling avcodec_open2() for initialization. + 2023-10-06 - xxxxxxxxxx - lavc 60.15.100 - avformat.h Deprecate AVFormatContext.{nb_,}side_data, av_stream_add_side_data(), av_stream_new_side_data(), and av_stream_get_side_data(). Side data fields |