X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfdump.c;h=0828ea45b2de542e1b0f4c340917af81db545e57;hp=acc18067c229a5ba537218ef938802fdce85d969;hb=2391d7ae5d8a145a250a8b80ab8c93ba74eba030;hpb=275179c87d277416cfcc0d7a346ed60c4545ba31 diff --git a/src/swfdump.c b/src/swfdump.c index acc1806..0828ea4 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -609,7 +609,7 @@ void handleVideoFrame(TAG*tag, char*prefix) deblock = swf_GetBits(tag, 1); if(deblock) - printf(" deblock ", deblock); + printf(" deblock %d ", deblock); quantizer = swf_GetBits(tag, 5); printf(" quant: %d ", quantizer); } @@ -1016,15 +1016,18 @@ static void handleFontAlign2(TAG*tag, char*prefix) printf("%sglyph %d) ", prefix, num); int nr = swf_GetU8(tag); // should be 2 int t; - for(t=0;tlen; - printf("[%03x] %9ld %9ld %s%s", tag->id, tag->len, filepos, prefix, swf_TagGetName(tag)); + printf("[%03x] %9d %9d %s%s", tag->id, tag->len, filepos, prefix, swf_TagGetName(tag)); } else { - printf("[%03x] %9ld %s%s", tag->id, tag->len, prefix, swf_TagGetName(tag)); + printf("[%03x] %9d %s%s", tag->id, tag->len, prefix, swf_TagGetName(tag)); } if(tag->id == ST_PLACEOBJECT) {