diff oggdec.h @ 5637:37e2c3e635b3 libavformat

Fix playback with invalid files that don't set the continuation flag for pages that continue packets started in prior pages. Fixes issue1248
author conrad
date Mon, 08 Feb 2010 10:13:03 +0000
parents 52c7b29eca31
children 9145ca829bce
line wrap: on
line diff
--- a/oggdec.h	Sun Feb 07 19:10:04 2010 +0000
+++ b/oggdec.h	Mon Feb 08 10:13:03 2010 +0000
@@ -71,6 +71,7 @@
     int header;
     int nsegs, segp;
     uint8_t segments[255];
+    int incomplete; ///< whether we're expecting a continuation in the next page
     int page_end;   ///< current packet is the last one completed in the page
     void *private;
 };