Commit 48ec3e0c authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7103 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3f45bbf6
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment