From 106746cd2ab52d9fa8e0ee05fd137a05c1255cd8 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 31 Jan 2004 20:07:54 +0000 Subject: [PATCH] swf_SetSoundStreamBlock now takes four parameters. --- lib/example/sound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/example/sound.c b/lib/example/sound.c index 08009e8..2c0d892 100644 --- a/lib/example/sound.c +++ b/lib/example/sound.c @@ -64,7 +64,7 @@ int main (int argc,char ** argv) block[s] = (int)(32767*sin(s*8*3.14159/blocksize)); if(t==0) block[s] = 0; } - swf_SetSoundStreamBlock(tag, block, 1); + swf_SetSoundStreamBlock(tag, block, 1, 0); tag = swf_InsertTag(tag, ST_SHOWFRAME); } -- 1.7.10.4