[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec dv.c,1.74,1.75

Michael Niedermayer CVS michael
Fri Feb 24 10:16:28 CET 2006


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

Modified Files:
	dv.c 
Log Message:
10l (forgot EOBs)


Index: dv.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/dv.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- dv.c	23 Feb 2006 13:05:37 -0000	1.74
+++ dv.c	24 Feb 2006 09:16:26 -0000	1.75
@@ -775,7 +775,7 @@
 
     for(a=2; a==2 || vs_total_ac_bits < size[0]; a+=a){
         b = blks;
-        size[0] = 0;
+        size[0] = 5*6*4; //EOB
         for (j=0; j<6*5; j++, b++) {
             prev= b->prev[0];
             for (k= b->next[prev]; k<64; k= b->next[k]) {





More information about the ffmpeg-cvslog mailing list