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:
45f5058
)
added -d -> --scale short option.
author
kramm
<kramm>
Thu, 6 Feb 2003 12:53:18 +0000
(12:53 +0000)
committer
kramm
<kramm>
Thu, 6 Feb 2003 12:53:18 +0000
(12:53 +0000)
avi2swf/avi2swf.cc
patch
|
blob
|
history
diff --git
a/avi2swf/avi2swf.cc
b/avi2swf/avi2swf.cc
index
1b6ecae
..
7590db4
100644
(file)
--- a/
avi2swf/avi2swf.cc
+++ b/
avi2swf/avi2swf.cc
@@
-73,6
+73,7
@@
struct options_t options[] =
{"n","num"},
{"p","flip"},
{"s","start"},
+ {"d","scale"},
{"z","zlib"},
{"V","version"},
{0,0}
@@
-313,7
+314,7
@@
class GfxBlockCache {
}
best = bestsum/block->len;
- if(best > 96.0) {
+ if(best > 64.0) {
misses++;
return -1;
}