Support decoding of Avid uncompressed mov files, fixes issue 1685.
Originally committed as revision 21223 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a0ae3e41f3
commit
59ea69ef54
2 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ const PixelFormatTag ff_raw_pixelFormatTags[] = {
|
|||
{ PIX_FMT_UYVY422, MKTAG('2', 'V', 'u', '1') },
|
||||
{ PIX_FMT_UYVY422, MKTAG('A', 'V', 'R', 'n') }, /* Avid AVI Codec 1:1 */
|
||||
{ PIX_FMT_UYVY422, MKTAG('A', 'V', '1', 'x') }, /* Avid 1:1x */
|
||||
{ PIX_FMT_UYVY422, MKTAG('A', 'V', 'u', 'p') },
|
||||
{ PIX_FMT_GRAY8, MKTAG('G', 'R', 'E', 'Y') },
|
||||
{ PIX_FMT_RGB555, MKTAG('R', 'G', 'B', 15) },
|
||||
{ PIX_FMT_BGR555, MKTAG('B', 'G', 'R', 15) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue