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