diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-04-16 03:55:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-16 03:55:48 +0200 |
commit | d3b379b95b0da8e4d612a9a1987ba6fd8f2bd8bf (patch) | |
tree | 116351b9bc5c9e91decd252a81ce4da7d3584f1d /libavformat/oggdec.h | |
parent | f6302ad6ee12bd1eeee9fb2d5642290c0ec5bb1b (diff) | |
parent | 4d012eb541ed7f35e00c87035a470d9f0a24a6e8 (diff) | |
download | ffmpeg-d3b379b95b0da8e4d612a9a1987ba6fd8f2bd8bf.tar.gz |
Merge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
* commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8':
xwma: Fix wrong printf format expression.
xwma demuxer: typos
oggdec: simplify audio chained ogg streams support
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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; }; |