(re)generated with automake --no-deps.
[swftools.git] / lib / rfxswf.h
index e7a11d1..0569990 100644 (file)
@@ -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 */