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
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