From 02a5ef5329ecc340da1b22b039d37153b3a53f5f Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 4 Dec 2008 02:59:11 +0000 Subject: partial WRAW fourcc support, might need image flipping Originally committed as revision 16000 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/raw.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/raw.c') diff --git a/libavcodec/raw.c b/libavcodec/raw.c index c88830cafc..de10f284de 100644 --- a/libavcodec/raw.c +++ b/libavcodec/raw.c @@ -51,6 +51,7 @@ const PixelFormatTag ff_raw_pixelFormatTags[] = { /* quicktime */ { PIX_FMT_UYVY422, MKTAG('2', 'v', 'u', 'y') }, { PIX_FMT_UYVY422, MKTAG('A', 'V', 'U', 'I') }, /* FIXME merge both fields */ + { PIX_FMT_PAL8, MKTAG('W', 'R', 'A', 'W') }, { PIX_FMT_NONE, 0 }, }; -- cgit v1.2.3