Re: [FFmpeg-devel] [PATCH] avformat/dtsdec: make S16LE discrimination sharper

2020-01-18 Thread Michael Niedermayer
On Tue, Dec 31, 2019 at 03:10:51PM +0100, Michael Niedermayer wrote: > Both S16LE as well as DTS can have lots of 0 bytes in silent segments > Using these results in error. Thus this patch skips 0 bytes in > comparission. > > Fixes Ticket6561 > > Signed-off-by: Michael Niedermayer > --- > libav

[FFmpeg-devel] [PATCH] avformat/dtsdec: make S16LE discrimination sharper

2019-12-31 Thread Michael Niedermayer
Both S16LE as well as DTS can have lots of 0 bytes in silent segments Using these results in error. Thus this patch skips 0 bytes in comparission. Fixes Ticket6561 Signed-off-by: Michael Niedermayer --- libavformat/dtsdec.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff