summaryrefslogtreecommitdiff
path: root/libavformat/oggdec.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-04-10 09:26:43 +0200
committerLuca Barbato <lu_zero@gentoo.org>2011-04-15 11:45:03 +0200
commit8f3eebd663b4d775b001a6924eec3efdc473821d (patch)
tree6e35214fd2d6b89f5cc5da49ebec7c3c3827df2f /libavformat/oggdec.h
parentf668afd4896ee65683619b6f165dda4cdd46766f (diff)
oggdec: simplify audio chained ogg streams support
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat/oggdec.h')
-rw-r--r--libavformat/oggdec.h1
1 files changed, 0 insertions, 1 deletions
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;
};