Re: [FFmpeg-devel] [PATCH 2/2] avcodec/dca_parser: skip initial padding

2016-05-31 Thread James Almer
On 5/31/2016 8:46 AM, foo86 wrote: > Padding before the first sync word can be very large for DTS-in-WAV > streams. There is no reason to include this padding in parsed packet. > --- > libavcodec/dca_parser.c | 41 - > 1 file changed, 28 insertions(+), 13 de

[FFmpeg-devel] [PATCH 2/2] avcodec/dca_parser: skip initial padding

2016-05-31 Thread foo86
Padding before the first sync word can be very large for DTS-in-WAV streams. There is no reason to include this padding in parsed packet. --- libavcodec/dca_parser.c | 41 - 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/libavcodec/dca_parse