[FFmpeg-devel] [PATCH 5/8] lavc/libvpxenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
James Almer
jamrial at gmail.com
Wed Mar 1 01:30:25 EET 2023
On 2/28/2023 9:01 AM, Anton Khirnov wrote:
> +#if FF_API_REORDERED_OPAQUE
> +FF_DISABLE_DEPRECATION_WARNINGS
> + avctx->reordered_opaque = fd.reordered_opaque;
> +FF_ENABLE_DEPRECATION_WARNINGS
> +#endif
If this was not being set before this patch, does it make sense at all
to set it considering it's a deprecated field? I remember for example we
would not fill avctx->coded_frame on new encoders after it was deprecated.
More information about the ffmpeg-devel
mailing list