X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfcombine.c;h=5f8622174a20c6992f8df616f8d0147fc2775b70;hb=b75a03c88c7a57abe9e9bb92d1752c52ac6adfb2;hp=f6257fe646744f9a315d54876d9eff253273fce6;hpb=7f26c97e80aea73c6b4d2879a39743a68403c5dc;p=swftools.git diff --git a/src/swfcombine.c b/src/swfcombine.c index f6257fe..5f86221 100644 --- a/src/swfcombine.c +++ b/src/swfcombine.c @@ -957,7 +957,8 @@ void normalcombine(SWF*master, char*slave_name, SWF*slave, SWF*newswf) } swf_Relocate (slave, masterbitmap); - swf_RelocateDepth (slave, depthbitmap); + if(config.merge) + swf_RelocateDepth (slave, depthbitmap); jpeg_assert(slave, master); if (config.overlay)