diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-04-10 09:26:43 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-04-15 11:45:03 +0200 |
commit | 8f3eebd663b4d775b001a6924eec3efdc473821d (patch) | |
tree | 6e35214fd2d6b89f5cc5da49ebec7c3c3827df2f /libavformat/oggdec.h | |
parent | f668afd4896ee65683619b6f165dda4cdd46766f (diff) | |
download | ffmpeg-8f3eebd663b4d775b001a6924eec3efdc473821d.tar.gz |
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.h | 1 |
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; }; |