diff src/musepack/libmpc.h @ 1986:4b78df9dcf93

more set_params()
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 14:34:40 -0500
parents 6acf1bda788b
children 89a445c53318
line wrap: on
line diff
--- a/src/musepack/libmpc.h	Sun Oct 07 14:26:26 2007 -0500
+++ b/src/musepack/libmpc.h	Sun Oct 07 14:34:40 2007 -0500
@@ -125,7 +125,7 @@
 static char*      mpcGenerateTitle(const MpcInfo&, char*);
 static void       lockAcquire();
 static void       lockRelease();
-static void*      decodeStream(void*);
+static void*      decodeStream(InputPlayback*);
 static int        processBuffer(MPC_SAMPLE_FORMAT*, char*, mpc_decoder&);
 static void*      endThread(char*, FILE*, bool);
 static bool       isAlive();