summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-19 20:16:22 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-21 18:53:42 +0200
commit1f359c85599b58ffed58e61e543f2acb0a3d6295 (patch)
tree3d671c209ba5c325e167ec25256f70ed2d4aeb01 /ffmpeg.h
parent7f7080dc73df87c9aa5b96faf99567277fc6c6eb (diff)
ffmpeg: use av_stream_get_end_pts()
Simplifies code and should correct timing values when -*sync drop is used Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 01b983d9bf..41d666340d 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -378,7 +378,6 @@ typedef struct OutputStream {
int64_t first_pts;
/* dts of the last packet sent to the muxer */
int64_t last_mux_dts;
- int64_t last_mux_dts_plus_duration;
AVBitStreamFilterContext *bitstream_filters;
AVCodec *enc;
int64_t max_frames;