diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-01-31 11:07:50 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-02-04 13:14:20 +0100 |
commit | d02340b9e3e72f401cddbeb3bcc3cb584902b886 (patch) | |
tree | 8110386a956be87c091e31a6e23bf773c2b3e5ac /doc/APIchanges | |
parent | 82da22066c0818b606812d479674929a229386e2 (diff) | |
download | ffmpeg-d02340b9e3e72f401cddbeb3bcc3cb584902b886.tar.gz |
lavc/decode: allow using AV_CODEC_FLAG_COPY_OPAQUE for decoding
Use it to propagate AVPacket.opaque[_ref] to corresponding AVFrame
fields. This is a more convenient alternative to reordered_opaque.
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 bc52a07964..6baf914760 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,9 @@ libavutil: 2021-04-27 API changes, most recent first: +2023-0x-xx - xxxxxxxxxx - lavc 59.63.100 + Allow AV_CODEC_FLAG_COPY_OPAQUE to be used with decoders. + 2023-01-29 - xxxxxxxxxx - lavc 59.59.100 - avcodec.h Add AV_CODEC_FLAG_COPY_OPAQUE and AV_CODEC_FLAG_FRAME_DURATION. |