git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d05363
)
added "compressed" field in header.
author
kramm
<kramm>
Sun, 21 Apr 2002 15:02:29 +0000
(15:02 +0000)
committer
kramm
<kramm>
Sun, 21 Apr 2002 15:02:29 +0000
(15:02 +0000)
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
594cd3b
..
e7a11d1
100644
(file)
--- 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;