[xiph-cvs] cvs commit: snatch snatch2wav.c
Monty
xiphmont at xiph.org
Fri Feb 22 09:23:48 PST 2002
xiphmont 02/02/22 09:23:48
Modified: . snatch2wav.c
Log:
build fix
Revision Changes Path
1.5 +4 -2 snatch/snatch2wav.c
Index: snatch2wav.c
===================================================================
RCS file: /usr/local/cvsroot/snatch/snatch2wav.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- snatch2wav.c 2001/11/15 19:15:31 1.4
+++ snatch2wav.c 2002/02/22 17:23:48 1.5
@@ -41,7 +41,8 @@
extern long long samplesmissing;
extern long long samplesdiscarded;
-extern double vidbuf_fps;
+extern double vidin_fps;
+extern double vidout_fps;
extern int video_timeahead;
int snatch_iterator(FILE *in,FILE *out,int process_a,int process_v);
@@ -73,7 +74,8 @@
int c;
video_timeahead=2; /* absolute minimum for sync to work */
- vidbuf_fps=30; /* not critical in audio, but must still be set */
+ vidin_fps=30; /* not critical in audio, but must still be set */
+ vidout_fps=30; /* not critical in audio, but must still be set */
while((c=getopt(argc,argv,optstring))!=EOF){
switch(c){
<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