X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fswfcombine.c;h=5f8622174a20c6992f8df616f8d0147fc2775b70;hb=faca00b8c7eeee769980e19057a15ea82f52da7a;hp=f6257fe646744f9a315d54876d9eff253273fce6;hpb=1d20e19dd602b0af21ead7493ef254410fc3a8fe;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)