comparison src/musepack/libmpc.cxx @ 2119:5fea114ca11e

Use a #define for config ID.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 23 Oct 2007 08:45:14 +0300
parents 8df7cc1cffa3
children 769e17da93dd
comparison
equal deleted inserted replaced
2118:c34348f00f95 2119:5fea114ca11e
771 } 771 }
772 772
773 static void* decodeStream(InputPlayback *data) 773 static void* decodeStream(InputPlayback *data)
774 { 774 {
775 lockAcquire(); 775 lockAcquire();
776 char* filename = data->filename; 776 gchar* filename = data->filename;
777 VFSFile *input = aud_vfs_fopen(filename, "rb"); 777 VFSFile *input = aud_vfs_fopen(filename, "rb");
778 if (!input) 778 if (!input)
779 { 779 {
780 mpcDecoder.isError = g_strdup_printf("[xmms-musepack] decodeStream is unable to open %s", filename); 780 mpcDecoder.isError = g_strdup_printf("[xmms-musepack] decodeStream is unable to open %s", filename);
781 return endThread(filename, input, true); 781 return endThread(filename, input, true);