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

swfmill unnecessarily uses the long RECORDHEADER format #31

Open djcsdy opened 10 years ago

djcsdy commented 10 years ago

RECORDHEADER has two formats specified: a short format for tags that are shorter than 0x3f bytes long, and a long format for tags that are 0x3f bytes long or longer.

swfmill seems to (always?) use the long format even when the short format could be used. The short format should be preferred whenever possible.