[FFmpeg-cvslog] r10591 - trunk/libavformat/avidec.c

aurel subversion
Wed Sep 26 14:30:24 CEST 2007


Author: aurel
Date: Wed Sep 26 14:30:24 2007
New Revision: 10591

Log:
add support for AVI files with On2 header

Modified:
   trunk/libavformat/avidec.c

Modified: trunk/libavformat/avidec.c
==============================================================================
--- trunk/libavformat/avidec.c	(original)
+++ trunk/libavformat/avidec.c	Wed Sep 26 14:30:24 2007
@@ -61,6 +61,7 @@ static const char avi_headers[][8] = {
     { 'R', 'I', 'F', 'F',    'A', 'V', 'I', ' ' },
     { 'R', 'I', 'F', 'F',    'A', 'V', 'I', 'X' },
     { 'R', 'I', 'F', 'F',    'A', 'V', 'I', 0x19},
+    { 'O', 'N', '2', ' ',    'O', 'N', '2', 'f' },
     { 0 }
 };
 




More information about the ffmpeg-cvslog mailing list