X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfbits.c;h=f2a3f9bdc93f814ea87509f03e56c7cc743ffb21;hb=01bb33639e44eebe4322c8759197114b955b990a;hp=0af32c7a007c0449dfd9f1deb210f36d1a652c69;hpb=b0ad0b5b883227e3dfc331b7da3dff2b0e52538b;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");