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:
a9e3157
)
show DEFINEBITS as DEFINEBITSJPEG (long name)
author
kramm
<kramm>
Thu, 19 Jun 2008 20:30:18 +0000
(20:30 +0000)
committer
kramm
<kramm>
Thu, 19 Jun 2008 20:30:18 +0000
(20:30 +0000)
lib/modules/swfdump.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfdump.c
b/lib/modules/swfdump.c
index
f51d6c0
..
75fd21c
100644
(file)
--- a/
lib/modules/swfdump.c
+++ b/
lib/modules/swfdump.c
@@
-133,8
+133,8
@@
char* swf_TagGetName(TAG*tag)
return "PLACEOBJECT";
case ST_REMOVEOBJECT:
return "REMOVEOBJECT";
- case ST_DEFINEBITS:
- return "DEFINEBITS";
+ case ST_DEFINEBITSJPEG:
+ return "DEFINEBITSJPEG";
case ST_DEFINEBUTTON:
return "DEFINEBUTTON";
case ST_JPEGTABLES: