mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
nutenc: keep track if keyframe PTS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user