[xiph-commits] r3415 - liboggz/trunk/src/examples

conrad at svn.annodex.net conrad at svn.annodex.net
Fri Feb 8 03:30:04 PST 2008


Author: conrad
Date: 2008-02-08 03:30:02 -0800 (Fri, 08 Feb 2008)
New Revision: 3415

Modified:
   liboggz/trunk/src/examples/write-feed.c
Log:
remove spurious packetno++ in write-feed example (reported by Jean-Marc Valin)


Modified: liboggz/trunk/src/examples/write-feed.c
===================================================================
--- liboggz/trunk/src/examples/write-feed.c	2008-02-07 10:55:36 UTC (rev 3414)
+++ liboggz/trunk/src/examples/write-feed.c	2008-02-08 11:30:02 UTC (rev 3415)
@@ -84,7 +84,6 @@
     oggz_write_feed (oggz, &op, serialno, OGGZ_FLUSH_AFTER, NULL);
     
     granulepos += 100;
-    packetno++;
 
     /* Write bytes from packetized bitstream to the output file */
 



More information about the commits mailing list