diff options
author | James Almer <jamrial@gmail.com> | 2024-08-29 10:36:06 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-09-19 10:01:26 -0300 |
commit | df609af8e445f0c1fdf5d08a3c89b0521c529084 (patch) | |
tree | 2f730ff0f0650248579a859a70b0e55e5bbc50b9 /doc/APIchanges | |
parent | 5fa9c4e596ea973659dfcade310ba05610bcf2ea (diff) | |
download | ffmpeg-df609af8e445f0c1fdf5d08a3c89b0521c529084.tar.gz |
avcodec/packet: add an LCEVC enhancement data payload side data type
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 174c44a03f..81537fea09 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-09-18 - xxxxxxxxxx - lavc 61.17.100 - packet.h + Add AV_PKT_DATA_LCEVC. + 2024-09-18 - xxxxxxxxxx - lavf 61.5.100 - avformat.h Add AVStreamGroupLCEVC Add AV_STREAM_GROUP_PARAMS_LCEVC |