[Ffmpeg-cvslog] CVS: ffmpeg/libavformat rm.c,1.44,1.45
Michael Niedermayer CVS
michael
Mon Apr 25 00:08:33 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv22353/libavformat
Modified Files:
rm.c
Log Message:
fixing broken_rv20_1mb_.rm
Index: rm.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/rm.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- rm.c 17 Mar 2005 01:25:01 -0000 1.44
+++ rm.c 24 Apr 2005 22:08:31 -0000 1.45
@@ -606,7 +606,7 @@
tag,
tag_size);
#endif
- if (tag_size < 10)
+ if (tag_size < 10 && tag != MKTAG('D', 'A', 'T', 'A'))
goto fail;
switch(tag) {
case MKTAG('P', 'R', 'O', 'P'):
More information about the ffmpeg-cvslog
mailing list