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:
93b4e0f
)
fixed call the swf_SetSoundStreamBlock.
author
kramm
<kramm>
Fri, 7 Feb 2003 12:42:11 +0000
(12:42 +0000)
committer
kramm
<kramm>
Fri, 7 Feb 2003 12:42:11 +0000
(12:42 +0000)
avi2swf/avi2swf.cc
patch
|
blob
|
history
diff --git
a/avi2swf/avi2swf.cc
b/avi2swf/avi2swf.cc
index
7590db4
..
bd7d857
100644
(file)
--- a/
avi2swf/avi2swf.cc
+++ b/
avi2swf/avi2swf.cc
@@
-719,9
+719,9
@@
int main (int argc,char ** argv)
int c=0;
if(first) { //first run
tag = swf_InsertTag(NULL, ST_SOUNDSTREAMBLOCK);
- swf_SetSoundStreamBlock(tag, samples, 1);
+ swf_SetSoundStreamBlock(tag, samples, 0, 1);
} else {
- swf_SetSoundStreamBlock(tag, samples, 0);
+ swf_SetSoundStreamBlock(tag, samples, 0, 0);
}
mp3_sound_pos += mp3_block_size;