[Ffmpeg-cvslog] CVS: ffmpeg ffmpeg.c,1.340,1.341
Michael Niedermayer CVS
michael
Thu Aug 11 01:41:22 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv15003
Modified Files:
ffmpeg.c
Log Message:
changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com)
Index: ffmpeg.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/ffmpeg.c,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -d -r1.340 -r1.341
--- ffmpeg.c 22 Jul 2005 22:24:41 -0000 1.340
+++ ffmpeg.c 10 Aug 2005 23:41:20 -0000 1.341
@@ -3116,6 +3116,8 @@
break;
case CODEC_TYPE_SUBTITLE:
break;
+ case CODEC_TYPE_UNKNOWN:
+ break;
default:
av_abort();
}
@@ -3163,6 +3165,7 @@
has_video = 1;
break;
case CODEC_TYPE_DATA:
+ case CODEC_TYPE_UNKNOWN:
case CODEC_TYPE_SUBTITLE:
break;
default:
More information about the ffmpeg-cvslog
mailing list