Re: [FFmpeg-devel] [PATCH 1/2] avutil/pixfmt: Add AV_PIX_MAX_PLANES

2024-02-16 Thread Michael Niedermayer
On Fri, Feb 16, 2024 at 02:39:33PM +0100, Anton Khirnov wrote: > Quoting Michael Niedermayer (2024-02-08 13:57:57) > > It seems we do not have a named identifier for the maximum planes of pixel > > formats > > > > Signed-off-by: Michael Niedermayer > > --- > > libavutil/pixfmt.h | 2 ++ > > 1 f

Re: [FFmpeg-devel] [PATCH 1/2] avutil/pixfmt: Add AV_PIX_MAX_PLANES

2024-02-16 Thread Anton Khirnov
Quoting Michael Niedermayer (2024-02-08 13:57:57) > It seems we do not have a named identifier for the maximum planes of pixel > formats > > Signed-off-by: Michael Niedermayer > --- > libavutil/pixfmt.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavutil/pixfmt.h b/libavutil/p

[FFmpeg-devel] [PATCH 1/2] avutil/pixfmt: Add AV_PIX_MAX_PLANES

2024-02-08 Thread Michael Niedermayer
It seems we do not have a named identifier for the maximum planes of pixel formats Signed-off-by: Michael Niedermayer --- libavutil/pixfmt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h index 9c87571f49e..67422f02d02 100644 --- a/libavutil/pixfmt