Commit 24747bf6 authored by cehoyos's avatar cehoyos

Support 2Vuy in mov, fixes issue 1690.

Patch by ami_stuff, ami_stuff o2 pl


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21230 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6920a83a
...@@ -63,6 +63,7 @@ const PixelFormatTag ff_raw_pixelFormatTags[] = { ...@@ -63,6 +63,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('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_YUYV422, MKTAG('y', 'u', 'v', '2') }, { PIX_FMT_YUYV422, MKTAG('y', 'u', 'v', '2') },
{ PIX_FMT_YUYV422, MKTAG('y', 'u', 'v', 's') }, { PIX_FMT_YUYV422, MKTAG('y', 'u', 'v', 's') },
......
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