changeset 5549:7fc464450d8c libavformat

Support decoding Avid 1:1x codec, (partially) fixes issue1684.
author cehoyos
date Fri, 15 Jan 2010 10:55:31 +0000
parents 4435424edfb5
children 133a0ee142a8
files isom.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/isom.c	Thu Jan 14 14:02:06 2010 +0000
+++ b/isom.c	Fri Jan 15 10:55:31 2010 +0000
@@ -171,6 +171,7 @@
 
     { CODEC_ID_DIRAC, MKTAG('d', 'r', 'a', 'c') },
     { CODEC_ID_DNXHD, MKTAG('A', 'V', 'd', 'n') }, /* AVID DNxHD */
+    { CODEC_ID_RAWVIDEO, MKTAG('A', 'V', '1', 'x') }, /* AVID 1:1x */
     { CODEC_ID_SGI,   MKTAG('s', 'g', 'i', ' ') }, /* SGI  */
     { CODEC_ID_DPX,   MKTAG('d', 'p', 'x', ' ') }, /* DPX */