X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Frfxswf.h;h=e42aee6079dfd4fef4e17c665464e5575d5c5c76;hp=c2cf0e3c07f281e72a44b73401ab83065f265c33;hb=006f7afc9efc533175af7eba679998af948adfa3;hpb=6c8f037f0f76ce4b28b80a2133e4150d93012ef7 diff --git a/lib/rfxswf.h b/lib/rfxswf.h index c2cf0e3..e42aee6 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -743,7 +743,6 @@ void swf_SetLosslessImage(TAG*tag, RGBA*data, int width, int height); //WARNING: RGBA* swf_DefineLosslessBitsTagToImage(TAG*tag, int*width, int*height); RGBA* swf_ExtractImage(TAG*tag, int*dwidth, int*dheight); -RGBA* swf_ImageScale(RGBA*data, int width, int height, int newwidth, int newheight); TAG* swf_AddImage(TAG*tag, int bitid, RGBA*mem, int width, int height, int quality); // swfsound.c