diff options
author | Jan Ekström <jeebjp@gmail.com> | 2022-11-03 22:04:50 +0200 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2024-03-20 19:15:05 +0200 |
commit | 0d36844ddf90bcd8ca4ba7625918d384a5d808ba (patch) | |
tree | 92549741195038e912b930f78f6c8ece0b266f21 /doc | |
parent | d9ade14c5c559288e3ee587e38c58d5ba6171bf9 (diff) | |
download | ffmpeg-0d36844ddf90bcd8ca4ba7625918d384a5d808ba.tar.gz |
avcodec: add frame side data array to AVCodecContext
This allows configuring an encoder by using AVFrameSideData.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 4f906432d5..a025f1df14 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2024-03-xx - xxxxxxxxxx - lavc 61.2.100 - avcodec.h + Add AVCodecContext.[nb_]decoded_side_data. + 2024-03-xx - xxxxxxxxxx - lavu 59.3.100 - frame.h Add av_frame_side_data_free(), av_frame_side_data_new(), av_frame_side_data_clone(), av_frame_side_data_get() as well |