[xiph-cvs] cvs commit: vorbis-tools/oggenc encode.c
Michael Smith
msmith at xiph.org
Wed May 22 03:27:12 PDT 2002
msmith 02/05/22 03:27:11
Modified: oggenc encode.c
Log:
Oops - I accidently committed this when it didn't compile.
Revision Changes Path
1.21 +1 -2 vorbis-tools/oggenc/encode.c
Index: encode.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/encode.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- encode.c 2002/05/13 08:52:30 1.20
+++ encode.c 2002/05/22 10:27:11 1.21
@@ -40,13 +40,12 @@
long bytes_written = 0, packetsdone=0;
double time_elapsed;
int ret=0;
+ TIMER *timer;
if(opt->channels > 255) {
fprintf(stderr, _("255 channels should be enough for anyone. (Sorry, vorbis doesn't support more)\n"));
return 1;
}
-
- TIMER *timer;
/* get start time. */
timer = timer_start();
<p><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