Mercurial > libavformat.hg
changeset 1520:fe46e04555a5 libavformat
10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe)
author | michael |
---|---|
date | Thu, 16 Nov 2006 12:27:43 +0000 |
parents | f57c7614ff98 |
children | 55599fd64a23 |
files | nut.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nut.h Thu Nov 16 11:19:03 2006 +0000 +++ b/nut.h Thu Nov 16 12:27:43 2006 +0000 @@ -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;