comparison src/wavpack/libwavpack.cxx @ 1447:195b5657303e

updated input plugins to use set_pb_ready to signal to the core that they're ready for playback
author Giacomo Lozito <james@develia.org>
date Fri, 10 Aug 2007 22:00:07 +0200
parents 580f1b971518
children db616ccdd40c
comparison
equal deleted inserted replaced
1446:78de16e6989c 1447:195b5657303e
350 paused = 0; 350 paused = 0;
351 isSeek = -1; 351 isSeek = -1;
352 killDecodeThread = false; 352 killDecodeThread = false;
353 AudioError = false; 353 AudioError = false;
354 thread_handle = g_thread_self(); 354 thread_handle = g_thread_self();
355 data->set_pb_ready(data);
355 DecodeThread((void *) data->filename); 356 DecodeThread((void *) data->filename);
356 return; 357 return;
357 } 358 }
358 359
359 static std::string 360 static std::string