mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-10-12 10:57:48 +08:00
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:
@ -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 },
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user