[xiph-cvs] cvs commit: snatch snatchconvert.c

Monty xiphmont at xiph.org
Wed Nov 14 21:13:25 PST 2001



xiphmont    01/11/14 21:13:25

  Modified:    .        snatchconvert.c
  Log:
  fix a sync lockup bug if backdating > 1.

Revision  Changes    Path
1.2       +1 -1      snatch/snatchconvert.c

Index: snatchconvert.c
===================================================================
RCS file: /usr/local/cvsroot/snatch/snatchconvert.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- snatchconvert.c	2001/11/15 04:09:07	1.1
+++ snatchconvert.c	2001/11/15 05:13:25	1.2
@@ -671,7 +671,7 @@
           else
             break;
         }
-	vidbuf_frames=actual;
+	vidbuf_frames=ideal-1;
         
       }else{
 

--- >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