summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-19 23:33:47 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-26 22:15:19 +0200
commitc2a134c66c857300ec5ebdcec8ba85d498ad1e63 (patch)
treee221e036de93587cc4d3436010020190f256c801 /libavformat/nut.h
parente6a045ba561adf9597767fa96264429b66609b81 (diff)
nutenc: keep track if keyframe PTS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r--libavformat/nut.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h
index cac6870f1a..2d16f3e469 100644
--- a/libavformat/nut.h
+++ b/libavformat/nut.h
@@ -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 {