X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Frfxswf.h;h=e42aee6079dfd4fef4e17c665464e5575d5c5c76;hp=c2cf0e3c07f281e72a44b73401ab83065f265c33;hb=2c719855eac434f01d47ba0717d76de65939d74e;hpb=922f9285d96ff230c5c6a7017ac7246a0cdf6163 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