[FFmpeg-devel] [PATCH 2/2] avcodec/dca_parser: skip initial padding
James Almer
jamrial at gmail.com
Tue May 31 16:52:58 CEST 2016
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 deletions(-)
Tested a couple dts-in-wav files and fate still passes, so patchset
applied.
More information about the ffmpeg-devel
mailing list