[FFmpeg-devel] [PATCH 1/5] avutil/frame: add new interlaced and top_field_first flags
Anton Khirnov
anton at khirnov.net
Mon Apr 17 13:49:16 EEST 2023
Quoting James Almer (2023-04-12 21:49:32)
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> Missing version bump and APIChanges entry.
>
> libavutil/frame.h | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
Changing all those into bitfields of size 1 might be better, because no
code would need to be changed.
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list