You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
oggdec: simplify audio chained ogg streams support
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
committed by
Luca Barbato
parent
f668afd489
commit
8f3eebd663
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user