1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

oggdec: Seek to keyframes

Originally committed as revision 22463 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
David Conrad
2010-03-11 07:18:00 +00:00
parent 873d117e4b
commit d8b91fae1d
2 changed files with 34 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ struct ogg_stream {
uint8_t segments[255];
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;
void *private;
};