diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-19 23:33:47 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-26 22:15:19 +0200 |
commit | c2a134c66c857300ec5ebdcec8ba85d498ad1e63 (patch) | |
tree | e221e036de93587cc4d3436010020190f256c801 /libavformat/nut.h | |
parent | e6a045ba561adf9597767fa96264429b66609b81 (diff) | |
download | ffmpeg-c2a134c66c857300ec5ebdcec8ba85d498ad1e63.tar.gz |
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.h | 1 |
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 { |