[xiph-commits] r14053 - trunk/theora/lib/enc

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Fri Oct 26 10:32:47 PDT 2007


Author: xiphmont
Date: 2007-10-26 10:32:46 -0700 (Fri, 26 Oct 2007)
New Revision: 14053

Modified:
   trunk/theora/lib/enc/frarray.c
Log:
Correct one other leaked change that broke encoding (damn some of this 
code is crazy fragile)


Modified: trunk/theora/lib/enc/frarray.c
===================================================================
--- trunk/theora/lib/enc/frarray.c	2007-10-26 14:31:57 UTC (rev 14052)
+++ trunk/theora/lib/enc/frarray.c	2007-10-26 17:32:46 UTC (rev 14053)
@@ -150,7 +150,7 @@
 
             }else{
               cpi->pb.SBFullyFlags[SB] = 0; /* SB not fully coded */
-              //cpi->BlockCodedFlags[BListIndex] = 0; /* Block is not coded */
+              cpi->BlockCodedFlags[BListIndex] = 0; /* Block is not coded */
             }
 
             BListIndex++;
@@ -256,7 +256,6 @@
       val = ( val == 0 ) ? 1 : 0;
   }
 
-
   /* RLC Super-Block fully/not coded. */
   i = 0; 
 



More information about the commits mailing list