Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2010-03-11 10:18:00 +0300
committerDavid Conrad <lessen42@gmail.com>2010-03-11 10:18:00 +0300
commitd8b91fae1df740eae4e1fd65fda09fbe650d4c1a (patch)
treea2540b65de2ecf11bfcc58b45134218b37a0c041 /libavformat/oggdec.h
parent873d117e4be3268b26397b05ed1fa74396d2ae84 (diff)
oggdec: Seek to keyframes
Originally committed as revision 22463 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggdec.h')
-rw-r--r--libavformat/oggdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h
index 6a0ec592da..8733d411b2 100644
--- a/libavformat/oggdec.h
+++ b/libavformat/oggdec.h
@@ -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;
};