X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswftools.c;h=f3a4b94d481298bb114811eb1f8a28cccefe7c26;hb=ac58a40c594fa441eb4192cc4c86068372a7f18e;hp=35cd13c8429c9b73db335280aed3847e6d042f42;hpb=70d8aa1b4a40fb5d8660566b311ad931f3976d88;p=swftools.git diff --git a/lib/modules/swftools.c b/lib/modules/swftools.c index 35cd13c..f3a4b94 100644 --- a/lib/modules/swftools.c +++ b/lib/modules/swftools.c @@ -116,9 +116,10 @@ U16 swf_GetDefineID(TAG * t) case ST_DEFINESPRITE: case ST_DEFINEMOVIE: case ST_DEFINEVIDEOSTREAM: - { case ST_GLYPHNAMES: //pseudodefine + case ST_GLYPHNAMES: //pseudodefine case ST_VIDEOFRAME: //pseudodefine case ST_NAMECHARACTER: //pseudodefine + case ST_DOINITACTION: //pseudodefine id = swf_GetU16(t); break; } @@ -872,6 +873,9 @@ void swf_RelocateDepth(SWF*swf, char*bitmap) while(tag) { + /* TODO * clip depths + * sprites + */ int depth = swf_GetDepth(tag); if(depth>=0) { int newdepth = depth+nr;