X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswftools.c;h=1425383271cbf6cebf6cddf0a7ee440d26fa18fd;hb=faca00b8c7eeee769980e19057a15ea82f52da7a;hp=1f80dcecf5a38d39f8eb00d70da6c5175d935e64;hpb=f567c3e994871f6e95299f9365b1060f7ee81223;p=swftools.git 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;