add quicktime uncompressed 8bit 4:2:2 support

Originally committed as revision 5379 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier
2006-05-14 14:21:06 +00:00
parent 5e0c720a4e
commit ed70a5099e
2 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,9 @@ const PixelFormatTag pixelFormatTags[] = {
{ PIX_FMT_UYVY422, MKTAG('U', 'Y', 'V', 'Y') },
{ PIX_FMT_GRAY8, MKTAG('G', 'R', 'E', 'Y') },
/* quicktime */
{ PIX_FMT_UYVY422, MKTAG('2', 'v', 'u', 'y') },
{ -1, 0 },
};