nutenc: keep track if keyframe PTS

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2012-08-19 23:33:47 +02:00
parent e6a045ba56
commit c2a134c66c
2 changed files with 20 additions and 1 deletions

View File

@ -79,6 +79,7 @@ typedef struct {
int msb_pts_shift;
int max_pts_distance;
int decode_delay; //FIXME duplicate of has_b_frames
int64_t *keyframe_pts;
} StreamContext;
typedef struct {