Re: [FFmpeg-devel] [PATCH] ffmpeg: Integrate two checks

2019-07-03 Thread Michael Niedermayer
On Mon, Jul 01, 2019 at 11:04:43PM +0200, Andreas Rheinhardt wrote: > For audio packets with dts != AV_NOPTS_VALUE the dts 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. > > Signe

[FFmpeg-devel] [PATCH] ffmpeg: Integrate two checks

2019-07-01 Thread Andreas Rheinhardt
For audio packets with dts != AV_NOPTS_VALUE the dts 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 --- You are right. Seems that this is not covered

Re: [FFmpeg-devel] [PATCH] ffmpeg: Integrate two checks

2019-07-01 Thread Michael Niedermayer
On Sun, Jun 30, 2019 at 12:34:06AM +0200, Andreas Rheinhardt wrote: > For audio packets with dts != AV_NOPTS_VALUE the dts 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. > > Signe

[FFmpeg-devel] [PATCH] ffmpeg: Integrate two checks

2019-06-29 Thread Andreas Rheinhardt
For audio packets with dts != AV_NOPTS_VALUE the dts 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 | 16 +++- 1 fil