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:
9e14975
)
-r prints the correct framerate now
author
kramm
<kramm>
Sun, 22 Feb 2004 17:34:04 +0000
(17:34 +0000)
committer
kramm
<kramm>
Sun, 22 Feb 2004 17:34:04 +0000
(17:34 +0000)
src/swfdump.c
patch
|
blob
|
history
diff --git
a/src/swfdump.c
b/src/swfdump.c
index
05b2865
..
95b06f6
100644
(file)
--- a/
src/swfdump.c
+++ b/
src/swfdump.c
@@
-463,6
+463,7
@@
void handlePlaceObject2(TAG*tag, char*prefix)
char pstr[3][160];
int ppos[3] = {0,0,0};
swf_GetU16(tag); //depth
+
//flags&1: move
if(flags&2) swf_GetU16(tag); //id
if(flags&4) {
@@
-703,7
+704,7
@@
int main (int argc,char ** argv)
printf(" ");
if(xy&4)
- printf("-r %d", swf.frameRate*100/256);
+ printf("-r %.2f", swf.frameRate/256.0);
if((xy&7) && (xy&8))
printf(" ");