From: kramm Date: Mon, 12 Jul 2004 09:41:31 +0000 (+0000) Subject: added comment. X-Git-Tag: release-0-6-0~77 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=faca00b8c7eeee769980e19057a15ea82f52da7a added comment. --- diff --git a/lib/modules/swfobject.c b/lib/modules/swfobject.c index ba288d1..18ccce7 100644 --- a/lib/modules/swfobject.c +++ b/lib/modules/swfobject.c @@ -162,6 +162,8 @@ void swf_GetPlaceObject(TAG * tag,SWFPLACEOBJECT* obj) if(flags&4) swf_GetMatrix(tag, &obj->matrix); if(flags&8) swf_GetCXForm(tag, &obj->cxform,1); if(flags&16) obj->ratio = swf_GetU16(tag); + /* if you modify the order of these operations, also + modify it in ../src/swfcombine.c */ if(flags&64) obj->clipdepth = swf_GetU16(tag); //clip if(flags&32) { diff --git a/lib/modules/swftools.c b/lib/modules/swftools.c index 1f80dce..1425383 100644 --- a/lib/modules/swftools.c +++ b/lib/modules/swftools.c @@ -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;