From f71e2516e9cdcc0b8bc4bf3166247cb7fd1be911 Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 7 Feb 2003 08:48:08 +0000 Subject: [PATCH] set seek value. --- src/wav2swf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wav2swf.c b/src/wav2swf.c index 26b103e..157b9b5 100644 --- a/src/wav2swf.c +++ b/src/wav2swf.c @@ -166,7 +166,7 @@ int main (int argc,char ** argv) tag = swf_InsertTag(tag, ST_SOUNDSTREAMBLOCK); logf(" Writing block %d", t); block1 = &samples[t*2*blocksize]; - swf_SetSoundStreamBlock(tag, block1, 1); + swf_SetSoundStreamBlock(tag, block1, 0, 1); oldframe = (int)framepos; framepos += framesperblock; -- 1.7.10.4