Skip to content
Snippets Groups Projects
Commit 02a5ef53 authored by Baptiste Coudurier's avatar Baptiste Coudurier
Browse files

partial WRAW fourcc support, might need image flipping

Originally committed as revision 16000 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f23dc1e1
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ const PixelFormatTag ff_raw_pixelFormatTags[] = { ...@@ -51,6 +51,7 @@ const PixelFormatTag ff_raw_pixelFormatTags[] = {
/* quicktime */ /* quicktime */
{ PIX_FMT_UYVY422, MKTAG('2', 'v', 'u', 'y') }, { PIX_FMT_UYVY422, MKTAG('2', 'v', 'u', 'y') },
{ PIX_FMT_UYVY422, MKTAG('A', 'V', 'U', 'I') }, /* FIXME merge both fields */ { PIX_FMT_UYVY422, MKTAG('A', 'V', 'U', 'I') }, /* FIXME merge both fields */
{ PIX_FMT_PAL8, MKTAG('W', 'R', 'A', 'W') },
{ PIX_FMT_NONE, 0 }, { PIX_FMT_NONE, 0 },
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment