X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfobject.c;h=18ccce7d36318c8418deb31f4ccc19be4b41d7ed;hb=faca00b8c7eeee769980e19057a15ea82f52da7a;hp=ba288d1975824aa815551ea2ee8ff613df85f543;hpb=f567c3e994871f6e95299f9365b1060f7ee81223;p=swftools.git 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) {