avcodec: add frame side data array to AVCodecContext

This allows configuring an encoder by using AVFrameSideData.
This commit is contained in:
Jan Ekström
2022-11-03 22:04:50 +02:00
parent d9ade14c5c
commit 0d36844ddf
4 changed files with 20 additions and 2 deletions

View File

@@ -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