X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfbits.c;h=f2a3f9bdc93f814ea87509f03e56c7cc743ffb21;hb=8451385a196293f2d9ce889040e649c310ee6632;hp=0af32c7a007c0449dfd9f1deb210f36d1a652c69;hpb=1af0478a84d39d07423587378385149169bbfd28;p=swftools.git diff --git a/lib/modules/swfbits.c b/lib/modules/swfbits.c index 0af32c7..f2a3f9b 100644 --- a/lib/modules/swfbits.c +++ b/lib/modules/swfbits.c @@ -452,10 +452,10 @@ RGBA *swf_JPEG2TagToImage(TAG * tag, int *width, int *height) struct jpeg_source_mgr mgr; RGBA *dest; int y; - *width = 0; - *height = 0; int offset = 0; int oldtaglen = 0; + *width = 0; + *height = 0; if (tag->id == ST_DEFINEBITSJPEG) { fprintf(stderr, "rfxswf: extracting from definebitsjpeg not yet supported\n");