[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec dv.c,1.77,1.78

Michael Niedermayer CVS michael
Sun Feb 26 16:40:11 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv5287

Modified Files:
	dv.c 
Log Message:
remove wrong assert()


Index: dv.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/dv.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- dv.c	26 Feb 2006 15:24:42 -0000	1.77
+++ dv.c	26 Feb 2006 15:40:08 -0000	1.78
@@ -342,7 +342,6 @@
         if (pos >= 64)
             break;
 
-        assert(level);
         pos1 = scan_table[pos];
         block[pos1] = level << shift_table[pos1];
 





More information about the ffmpeg-cvslog mailing list