Re: [FFmpeg-devel] [PATCH v3 2/2] avformat/dtsdec: detect core-less streams

2016-05-04 Thread James Almer
On 5/3/2016 10:06 AM, foo86 wrote: > --- > > Updated detection algorithm. > > libavformat/dtsdec.c | 47 --- > 1 file changed, 40 insertions(+), 7 deletions(-) FATE passes, some dts samples i tried still work, and the lbr samples are now properly reco

[FFmpeg-devel] [PATCH v3 2/2] avformat/dtsdec: detect core-less streams

2016-05-03 Thread foo86
--- Updated detection algorithm. libavformat/dtsdec.c | 47 --- 1 file changed, 40 insertions(+), 7 deletions(-) diff --git a/libavformat/dtsdec.c b/libavformat/dtsdec.c index ef28391..702a417 100644 --- a/libavformat/dtsdec.c +++ b/libavformat/dtsdec