]> git.sesse.net Git - ffmpeg/commit
ffmpeg: add last_mux_dts_plus_duration
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 19 May 2014 13:28:19 +0000 (15:28 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 19 May 2014 13:35:20 +0000 (15:35 +0200)
commit87f5ede6b52e7d49c823bc070335821b489903e0
tree1414523b56bef672761cb43a92f6bcf31ad66aa0
parent2de2b991cac603cc6ad1ff94c706c64a2232f69b
ffmpeg: add last_mux_dts_plus_duration

Fixes 1 frame error in the duration and derived values,
introduced by not using AVStream.pts in the previous commit

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffmpeg.c
ffmpeg.h
ffmpeg_opt.c