From f7c9f48dc6d34454692b0dd78c3c270b2fefaba1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 16 Nov 2006 12:27:43 +0000 Subject: [PATCH] 10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe) Originally committed as revision 7103 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/nut.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/nut.h b/libavformat/nut.h index b8e8242526..82bbf6f178 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -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; ///