[xiph-cvs] cvs commit: vorbis-tools/oggenc encode.c

Monty xiphmont at xiph.org
Mon Sep 1 22:06:04 PDT 2003



xiphmont    03/09/02 01:06:03

  Modified:    oggenc   encode.c
  Log:
  Update every 40 packets, not 10.

Revision  Changes    Path
1.29      +2 -2      vorbis-tools/oggenc/encode.c

Index: encode.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/encode.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- encode.c	7 Nov 2002 09:21:54 -0000	1.28
+++ encode.c	2 Sep 2003 05:06:03 -0000	1.29
@@ -257,8 +257,8 @@
                 {
                         samplesdone += samples_read;
 
-			/* Call progress update every 10 pages */
-			if(packetsdone>=10)
+			/* Call progress update every 40 pages */
+			if(packetsdone>=40)
                         {
                                 double time;
 

<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