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