From 8f3eebd663b4d775b001a6924eec3efdc473821d Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sun, 10 Apr 2011 09:26:43 +0200 Subject: oggdec: simplify audio chained ogg streams support Signed-off-by: Luca Barbato --- libavformat/oggdec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/oggdec.h') diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index 785cd812f9..7d66cd5638 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -75,7 +75,6 @@ struct ogg_stream { 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 int keyframe_seek; - int page_begin; ///< set to 1 if the stream only received a begin-of-stream packet, otherwise 0 void *private; }; -- cgit v1.2.3