comparison 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
comparison
equal deleted inserted replaced
1985:a260bd1beef0 1986:4b78df9dcf93
123 static void saveTags(GtkWidget*, gpointer); 123 static void saveTags(GtkWidget*, gpointer);
124 static void closeInfoBox(GtkWidget*, gpointer); 124 static void closeInfoBox(GtkWidget*, gpointer);
125 static char* mpcGenerateTitle(const MpcInfo&, char*); 125 static char* mpcGenerateTitle(const MpcInfo&, char*);
126 static void lockAcquire(); 126 static void lockAcquire();
127 static void lockRelease(); 127 static void lockRelease();
128 static void* decodeStream(void*); 128 static void* decodeStream(InputPlayback*);
129 static int processBuffer(MPC_SAMPLE_FORMAT*, char*, mpc_decoder&); 129 static int processBuffer(MPC_SAMPLE_FORMAT*, char*, mpc_decoder&);
130 static void* endThread(char*, FILE*, bool); 130 static void* endThread(char*, FILE*, bool);
131 static bool isAlive(); 131 static bool isAlive();
132 static void setAlive(bool); 132 static void setAlive(bool);
133 static double getOffset(); 133 static double getOffset();