X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=b05d3e6290199916d40a5d004fb5201e596aaf53;hb=62464bfc865c26edcdaec364ec9743018cadfd5a;hp=1266d487095f4dc7e08e96287d71207db92e80ef;hpb=b1efd8e2920b458392ef7c17adc8e4436d44813c;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 1266d48..b05d3e6 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -739,6 +739,7 @@ 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 void swf_SetSoundStreamHead(TAG*tag, int avgnumsamples);