Commit 5ad216a8 authored by bcoudurier's avatar bcoudurier

partial WRAW fourcc support, might need image flipping

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16000 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent db7a8c64
......@@ -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 },
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment