X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfextract.c;h=a4a2dede7c6cd70113f73567aef750f86d6f7266;hp=965cfd3fecf3237acdc75fa9746bcb5ea4b1c266;hb=8948fb16775bb8334db34e2a99ae41c28cc212c9;hpb=d0944e4403dd2736e0dde1ba0a6558f71df8da70 diff --git a/src/swfextract.c b/src/swfextract.c index 965cfd3..a4a2ded 100644 --- a/src/swfextract.c +++ b/src/swfextract.c @@ -356,6 +356,7 @@ void extractTag(SWF*swf, char*filename) if(!originalplaceobjects && (extractids||extractname_id>=0)) { int number = 0; int id = 0; + int t; TAG* objtag = 0; SRECT bbox; memset(&bbox, 0, sizeof(SRECT)); @@ -381,7 +382,6 @@ void extractTag(SWF*swf, char*filename) } } - int t; if((objectbbox.xmin|objectbbox.ymin|objectbbox.xmax|objectbbox.ymax)!=0) newswf.movieSize = objectbbox; if(extractname_id>=0) {