Re: [FFmpeg-devel] [PATCH 02/20] avutil/pixfmt: add AYUV pixel format

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

[FFmpeg-devel] [PATCH 02/20] avutil/pixfmt: add AYUV pixel format

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