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:
7279df1
)
fixed sound truncation bug
author
kramm
<kramm>
Sun, 6 Mar 2005 20:26:42 +0000
(20:26 +0000)
committer
kramm
<kramm>
Sun, 6 Mar 2005 20:26:42 +0000
(20:26 +0000)
src/swfc.c
patch
|
blob
|
history
diff --git
a/src/swfc.c
b/src/swfc.c
index
49b3998
..
092a49d
100644
(file)
--- a/
src/swfc.c
+++ b/
src/swfc.c
@@
-1178,7
+1178,7
@@
void s_sound(char*name, char*filename)
U16*samples;
int numsamples;
int t;
- int blocksize = 576;
+ int blocksize = 1152;
if(!readWAV(filename, &wav)) {
warning("Couldn't read wav file \"%s\"", filename);