[Ffmpeg-cvslog] r7103 - trunk/libavformat/nut.h

michael subversion
Thu Nov 16 13:27:43 CET 2006


Author: michael
Date: Thu Nov 16 13:27:43 2006
New Revision: 7103

Modified:
   trunk/libavformat/nut.h

Log:
10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe)


Modified: trunk/libavformat/nut.h
==============================================================================
--- trunk/libavformat/nut.h	(original)
+++ trunk/libavformat/nut.h	Thu Nov 16 13:27:43 2006
@@ -66,7 +66,8 @@
 } 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;




More information about the ffmpeg-cvslog mailing list