[FFmpeg-devel] [PATCH 2/3] avcodec: use the new event flags field instead of setting AVFrame.palette_has_changed

Anton Khirnov anton at khirnov.net
Wed Apr 12 11:09:51 EEST 2023


Quoting James Almer (2023-04-11 22:38:50)
> diff --git a/doc/APIchanges b/doc/APIchanges
> index 59216231f9..85060768b3 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -4,6 +4,7 @@ API changes, most recent first:
>  
>  2023-04-11 - xxxxxxxxxx - lavc 60.10.100 - avcodec.h
>    Add event_flags to AVCodecContext.
> +  Add AVCTX_EVENT_FLAG_PALETTE_HAS_CHANGED.

I think we should first figure out how is the field supposed to be
useful to our users. Maybe it's not and we can just remove it.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list