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

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