]> git.sesse.net Git - ffmpeg/commit
avformat/dtsdec: make S16LE discrimination sharper
authorMichael Niedermayer <michael@niedermayer.cc>
Tue, 31 Dec 2019 13:05:28 +0000 (14:05 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 18 Jan 2020 17:35:57 +0000 (18:35 +0100)
commit934cc1faf4b474542a18a4ae28cb5e6e4ce67d88
tree1282565d74d1cf1310fae084d2801ef136e03d7f
parent6a69f049274fcc22b462e3997596a28bef3feda6
avformat/dtsdec: make S16LE discrimination sharper

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 <michael@niedermayer.cc>
libavformat/dtsdec.c