Re: [FFmpeg-devel] [PATCH 04/20] avutil/pixfmt: add VYU444 pixel format

2024-10-08 Thread Michael Niedermayer
On Mon, Oct 07, 2024 at 09:29:39AM -0300, James Almer wrote: > This maps to the 444YpCbCr8 pixel format as defined by Apple, which is ordered > Cr Y' Cb. > > Signed-off-by: James Almer > --- > libavutil/pixdesc.c | 11 +++ > libavutil/pixfmt.h | 2 ++ > libavu

[FFmpeg-devel] [PATCH 04/20] avutil/pixfmt: add VYU444 pixel format

2024-10-07 Thread James Almer
This maps to the 444YpCbCr8 pixel format as defined by Apple, which is ordered Cr Y' Cb. Signed-off-by: James Almer --- libavutil/pixdesc.c | 11 +++ libavutil/pixfmt.h | 2 ++ libavutil/tests/pixfmt_best.c| 1 + tests/ref/fate/imgutils | 2 ++