X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswftools.c;h=1425383271cbf6cebf6cddf0a7ee440d26fa18fd;hb=f25433f1cc782d51c8aea8396650934beca677a1;hp=1a860b6f62c82d428f3d84741110271d6999f07a;hpb=d9174fa4c33189be154327c31e39415d3b4d41a7;p=swftools.git diff --git a/lib/modules/swftools.c b/lib/modules/swftools.c index 1a860b6..1425383 100644 --- a/lib/modules/swftools.c +++ b/lib/modules/swftools.c @@ -116,7 +116,7 @@ U16 swf_GetDefineID(TAG * t) case ST_DEFINESPRITE: case ST_DEFINEMOVIE: case ST_DEFINEVIDEOSTREAM: - { case ST_FONTNAMES: //pseudodefine + case ST_GLYPHNAMES: //pseudodefine case ST_VIDEOFRAME: //pseudodefine case ST_NAMECHARACTER: //pseudodefine id = swf_GetU16(t); @@ -872,6 +872,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;