10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe)
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 16 Nov 2006 12:27:43 +0000 (12:27 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 16 Nov 2006 12:27:43 +0000 (12:27 +0000)
Originally committed as revision 7103 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/nut.h

index b8e8242..82bbf6f 100644 (file)
@@ -66,7 +66,8 @@ typedef struct {
 } FrameCode; // maybe s/FrameCode/framecode_t/ or change all to java style but dont mix
 
 typedef struct {
-    int last_key_frame;  ///<was the last frame a keyfraeme
+    int last_flags;
+    int skip_until_key_frame;
     int64_t last_pts;
     int time_base_id;
     AVRational time_base;