[FFmpeg-devel] [PATCH]Remove non-existing fourcc " Y8"

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Jun 27 10:30:21 CEST 2011


Hi!

Attached patch reverts a line from r1842 (!) that I believe is not correct.

Please comment, Carl Eugen
-------------- next part --------------
diff --git a/libavcodec/raw.c b/libavcodec/raw.c
index d686718..7aba65b 100644
--- a/libavcodec/raw.c
+++ b/libavcodec/raw.c
@@ -45,7 +45,6 @@ const PixelFormatTag ff_raw_pix_fmt_tags[] = {
     { PIX_FMT_YUVJ422P, MKTAG('Y', '4', '2', 'B') },
     { PIX_FMT_YUVJ422P, MKTAG('P', '4', '2', '2') },
     { PIX_FMT_GRAY8,    MKTAG('Y', '8', '0', '0') },
-    { PIX_FMT_GRAY8,    MKTAG(' ', ' ', 'Y', '8') },
     { PIX_FMT_GRAY8,    MKTAG('Y', '8', ' ', ' ') },
 
     { PIX_FMT_YUYV422, MKTAG('Y', 'U', 'Y', '2') }, /* Packed formats */


More information about the ffmpeg-devel mailing list