X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=056999013760afe0fed718edc6827c104cc4e9b2;hb=a8614ab4906840c51c03b7a4219fba4b45bcd9b0;hp=e7a11d19a5a3fb4018dbf8748609ea18f0643591;hpb=eef24f6985fabf5ed189e26ecaf90d4f36b8415a;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index e7a11d1..0569990 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -157,6 +157,7 @@ typedef struct _SWF int swf_ReadSWF(int handle,SWF * swf); // Reads SWF to memory (malloc'ed), returns length or <0 if fails int swf_WriteSWF(int handle,SWF * swf); // Writes SWF to file, returns length or <0 if fails +int swf_WriteSWC(int handle, SWF * swf); // Write Compressed SWF to file, returns length or <0 if fails int swf_WriteCGI(SWF * swf); // Outputs SWF with valid CGI header to stdout void swf_FreeTags(SWF * swf); // Frees all malloc'ed memory for swf @@ -281,6 +282,11 @@ int swf_SetRGBA(TAG * t,RGBA * col); #define ST_EXPORTASSETS 56 #define ST_IMPORTASSETS 57 #define ST_ENABLEDEBUGGER 58 +#define ST_MX0 59 /*(?) Components/InitClip */ +#define ST_MX1 60 /*(?) Sorensen Video*/ +#define ST_MX2 61 /*(?) Sorensen Video*/ +#define ST_MX3 62 /*(?) fontinfo2? */ +#define ST_MX4 63 /*(?) */ #define ST_REFLEX 777 /* to identify generator software */