Changeset 145


Ignore:
Timestamp:
11/18/06 17:04:16 (17 years ago)
Author:
r2d
Message:
  • end of stream bug correction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xmms-musepack/branches/r2d/src/libmpc.cpp

    r144 r145  
    830830        {
    831831                        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)
    833834                                break;
    834835            xmms_usleep(100000);
Note: See TracChangeset for help on using the changeset viewer.