djcsdy / swfmill

Generate or decompile Adobe Flash SWF files using an XML dialect. Inspect and modify the XML by hand, or by using a built in XSLT processor.
http://www.swfmill.org/
GNU General Public License v2.0
131 stars 28 forks source link

WAV import fails on unknown chunks #23

Open djcsdy opened 11 years ago

djcsdy commented 11 years ago

swfmill’s WAV import fails when the WAV file to be imported contains chunks that are unknown to swfmill, for example INFO or bext.

swfmill should just skip over chunks that it doesn’t understand, as required by the WAV spec.

This file demonstrates the problem.