Re: [FFmpeg-devel] [PATCH 2/2] avformat/dtsdec: Extend DTS core sync word

2015-04-28 Thread Michael Niedermayer
On Tue, Apr 28, 2015 at 05:47:53PM +0300, foo86 wrote: > Check extended sync word for 16-bit LE and BE core streams to reduce > probability of alias sync detection. Previously sync word extension was > checked only for 14-bit streams. > > This follows up the similar change in avcodec/dca_parser. >

[FFmpeg-devel] [PATCH 2/2] avformat/dtsdec: Extend DTS core sync word

2015-04-28 Thread foo86
Check extended sync word for 16-bit LE and BE core streams to reduce probability of alias sync detection. Previously sync word extension was checked only for 14-bit streams. This follows up the similar change in avcodec/dca_parser. --- libavformat/dtsdec.c | 6 -- 1 file changed, 4 insertions