diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-19 20:16:22 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-21 18:53:42 +0200 |
commit | 1f359c85599b58ffed58e61e543f2acb0a3d6295 (patch) | |
tree | 3d671c209ba5c325e167ec25256f70ed2d4aeb01 /ffmpeg.h | |
parent | 7f7080dc73df87c9aa5b96faf99567277fc6c6eb (diff) | |
download | ffmpeg-1f359c85599b58ffed58e61e543f2acb0a3d6295.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |