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:
0154ef6
)
radically reduced default size. makes running tests faster.
author
kramm
<kramm>
Fri, 2 Jan 2009 19:47:16 +0000
(19:47 +0000)
committer
kramm
<kramm>
Fri, 2 Jan 2009 19:47:16 +0000
(19:47 +0000)
lib/as3/main.c
patch
|
blob
|
history
diff --git
a/lib/as3/main.c
b/lib/as3/main.c
index
e17f627
..
cfc7bbe
100644
(file)
--- a/
lib/as3/main.c
+++ b/
lib/as3/main.c
@@
-81,8
+81,8
@@
int main(int argn, char*argv[])
swf.fileVersion = 9;
swf.frameRate = 0x2500;
swf.movieSize.xmin = swf.movieSize.ymin = 0;
- swf.movieSize.xmax = 1024*20;
- swf.movieSize.ymax = 768*20;
+ swf.movieSize.xmax = 20*20;
+ swf.movieSize.ymax = 10*20;
TAG*tag = swf.firstTag = swf_InsertTag(0, ST_DOABC);
swf_WriteABC(tag, code);