swf_SetSoundStreamBlock now doesn't have a framesize parameter anymore.
authorkramm <kramm>
Mon, 20 May 2002 12:02:31 +0000 (12:02 +0000)
committerkramm <kramm>
Mon, 20 May 2002 12:02:31 +0000 (12:02 +0000)
(fixed to 2304)

lib/rfxswf.h

index 139488f..9edaea0 100644 (file)
@@ -601,8 +601,9 @@ int swf_SetLosslessBitsGrayscale(TAG * t,U16 width,U16 height,U8 * bitmap);
 #ifndef RFXSWF_DISABLESOUND
 
 // swfsound.c
-void swf_SetSoundStreamHead(TAG*tag, U16 avgnumsamples);
-void swf_SetSoundStreamBlock(TAG*tag, S16*samples, int numsamples, char first);
+void swf_SetSoundStreamHead(TAG*tag, int avgnumsamples);
+/* expects 2304 samples */
+void swf_SetSoundStreamBlock(TAG*tag, S16*samples, char first);
 
 #endif // RFXSWF_DISABLESOUND