diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-01-11 19:24:58 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-03-08 07:37:55 +0100 |
commit | 68a8eca752396b5b574014e5b48842ced45af47c (patch) | |
tree | 448db9b2f4f22cf5197a849bea6151fc9af5c982 /doc | |
parent | efe447877811f2f14f814e80ce71383e2f056f36 (diff) | |
download | ffmpeg-68a8eca752396b5b574014e5b48842ced45af47c.tar.gz |
lavc: add a decoder option for configuring side data preference
This and the following commits fix #10857
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 650c135b38..cf58c8c5f0 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-08 - xxxxxxxxxx - lavc 61.1.100 - avcodec.h + Add AVCodecContext.[nb_]side_data_prefer_packet. + 2024-03-08 - xxxxxxxxxx - lavu 59.1.100 - opt.h Add AV_OPT_TYPE_FLAG_ARRAY and AVOptionArrayDef. |