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:
c9d4eeb
)
added support for protect tag.
author
kramm
<kramm>
Sun, 30 Nov 2003 10:35:28 +0000
(10:35 +0000)
committer
kramm
<kramm>
Sun, 30 Nov 2003 10:35:28 +0000
(10:35 +0000)
src/swfdump.c
patch
|
blob
|
history
diff --git
a/src/swfdump.c
b/src/swfdump.c
index
5679451
..
3acb6ee
100644
(file)
--- a/
src/swfdump.c
+++ b/
src/swfdump.c
@@
-884,6
+884,11
@@
int main (int argc,char ** argv)
U8 b = swf_GetU8(tag);
printf(" (%02x/%02x/%02x)\n",r,g,b);
}
+ else if(tag->id == ST_PROTECT) {
+ if(tag->len>0) {
+ printf(" %s\n", swf_GetString(tag));
+ }
+ }
else if(tag->id == ST_DEFINEBITSLOSSLESS ||
tag->id == ST_DEFINEBITSLOSSLESS2) {
handleDefineBits(tag);