Re: [FFmpeg-devel] [PATCH 2/3] fftools/ffmpeg: Integrate two checks

2020-02-12 Thread Michael Niedermayer
On Sat, Oct 12, 2019 at 05:18:39AM +0200, Andreas Rheinhardt wrote: > For audio packets with dts != AV_NOPTS_VALUEs the dts was converted > twice to the muxer's timebase during streamcopy, once as a normal > packet and once specifically as an audio packet. This has been changed. > > Signed-off-by:

Re: [FFmpeg-devel] [PATCH 2/3] fftools/ffmpeg: Integrate two checks

2020-02-11 Thread Andreas Rheinhardt
On Sat, Oct 12, 2019 at 5:18 AM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > For audio packets with dts != AV_NOPTS_VALUEs the dts was converted > twice to the muxer's timebase during streamcopy, once as a normal > packet and once specifically as an audio packet. This has been chang

[FFmpeg-devel] [PATCH 2/3] fftools/ffmpeg: Integrate two checks

2019-10-11 Thread Andreas Rheinhardt
For audio packets with dts != AV_NOPTS_VALUEs the dts was converted twice to the muxer's timebase during streamcopy, once as a normal packet and once specifically as an audio packet. This has been changed. Signed-off-by: Andreas Rheinhardt --- fftools/ffmpeg.c | 20 ++-- 1 file c