Changeset 145
- Timestamp:
- 11/18/06 17:04:16 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xmms-musepack/branches/r2d/src/libmpc.cpp
r144 r145 830 830 { 831 831 lockRelease(); 832 if (!mpcDecoder.isPause && status == -1 && MpcPlugin.output->output_time() == 0) 832 if (mpcDecoder.isPause == FALSE && status == -1 && 833 MpcPlugin.output->buffer_playing() == FALSE) 833 834 break; 834 835 xmms_usleep(100000);
Note: See TracChangeset
for help on using the changeset viewer.