[xiph-cvs] cvs commit: theora/lib frarray.c

Arc arc at xiph.org
Wed Dec 3 21:58:31 PST 2003



arc         03/12/04 00:58:31

  Modified:    lib      frarray.c
  Log:
  Found the needle in the haystack...

Revision  Changes    Path
1.9       +3 -3      theora/lib/frarray.c

Index: frarray.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/frarray.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- frarray.c	4 Dec 2003 01:35:07 -0000	1.8
+++ frarray.c	4 Dec 2003 05:58:31 -0000	1.9
@@ -11,7 +11,7 @@
  ********************************************************************
 
   function:
-  last mod: $Id: frarray.c,v 1.8 2003/12/04 01:35:07 arc Exp $
+  last mod: $Id: frarray.c,v 1.9 2003/12/04 05:58:31 arc Exp $
 
  ********************************************************************/
 
@@ -418,7 +418,7 @@
   /* Read run length */
   FrArrayDeCodeInit(pbi);
   do theora_read(&pbi->opb,1,&ret);
-  while (FrArrayDeCodeBlockRun(pbi,ret,&pbi->BitsLeft)==0);
+  while (FrArrayDeCodeSBRun(pbi,ret,&pbi->BitsLeft)==0);
 
 }
 
@@ -432,7 +432,7 @@
     /* Read next run */
     FrArrayDeCodeInit(pbi);
     do theora_read(&pbi->opb,1,&ret);
-    while (FrArrayDeCodeBlockRun(pbi,ret,&pbi->BitsLeft)==0);
+    while (FrArrayDeCodeSBRun(pbi,ret,&pbi->BitsLeft)==0);
 
   }
 

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list