From eef24f6985fabf5ed189e26ecaf90d4f36b8415a Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 21 Apr 2002 15:02:29 +0000 Subject: [PATCH] added "compressed" field in header. --- lib/rfxswf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 594cd3b..e7a11d1 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -145,6 +145,7 @@ typedef struct _ActionMarker typedef struct _SWF { U8 fileVersion; + U8 compressed; // SWF or SWC? U32 fileSize; // valid after load and save SRECT movieSize; U16 frameRate; -- 1.7.10.4