[xiph-commits] r15681 - branches/theora-thusnelda/lib/enc

giles at svn.xiph.org giles at svn.xiph.org
Fri Feb 6 16:50:26 PST 2009


Author: giles
Date: 2009-02-06 16:50:25 -0800 (Fri, 06 Feb 2009)
New Revision: 15681

Modified:
   branches/theora-thusnelda/lib/enc/encoder_toplevel.c
Log:
Propagate another trunk change omitted in r15675.

We now pass 'make check'.


Modified: branches/theora-thusnelda/lib/enc/encoder_toplevel.c
===================================================================
--- branches/theora-thusnelda/lib/enc/encoder_toplevel.c	2009-02-07 00:38:14 UTC (rev 15680)
+++ branches/theora-thusnelda/lib/enc/encoder_toplevel.c	2009-02-07 00:50:25 UTC (rev 15681)
@@ -251,7 +251,7 @@
 
   if(!bytes)return(0);
   if(!cpi->packetflag)return(0);
-  if(cpi->doneflag)return(-1);
+  if(cpi->doneflag>0)return(-1);
 
   op->packet=oggpackB_get_buffer(cpi->oggbuffer);
   op->bytes=bytes;



More information about the commits mailing list