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:
fe5129e
)
added rawabc tag
author
kramm
<kramm>
Sun, 19 Oct 2008 15:30:33 +0000
(15:30 +0000)
committer
kramm
<kramm>
Sun, 19 Oct 2008 15:30:33 +0000
(15:30 +0000)
lib/modules/swfdump.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfdump.c
b/lib/modules/swfdump.c
index
75fd21c
..
92cce4f
100644
(file)
--- a/
lib/modules/swfdump.c
+++ b/
lib/modules/swfdump.c
@@
-151,6
+151,8
@@
char* swf_TagGetName(TAG*tag)
return "DOACTION";
case ST_DOABC:
return "DOABC";
+ case ST_RAWABC:
+ return "RAWABC";
case ST_DEFINEFONTINFO:
return "DEFINEFONTINFO";
case ST_DEFINESOUND: