From d02340b9e3e72f401cddbeb3bcc3cb584902b886 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 31 Jan 2023 11:07:50 +0100 Subject: 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. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/APIchanges') 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. -- cgit v1.2.3