GNOME Bugzilla – Bug 604611
[qtdemux] Provides invalid ALAC codec data
Last modified: 2009-12-17 15:24:49 UTC
Hi, the file at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561227 contains an ALAC stream. When passing this to ffmpeg it complains, that the extradata size is not correct. It expected 36 but gets 80. mplayer plays the audio just fine.
commit cc277b4a26d099a5ef58aa8b2d8ae02554f7d250 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Thu Dec 17 16:22:56 2009 +0100 qtdemux: Fix ALAC codec_data parsing Fixes #604611