Ignore:
Timestamp:
Sep 27, 2008, 1:09:03 AM (17 years ago)
Author:
rjerant
Message:

fix WAVESTREAM::Process() to not call AddBuffers() then there are no buffers to fill from

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/wavestrm.cpp

    r369 r379  
    352352            else        break; //shouldn't happen
    353353        }
    354         AddBuffers(FALSE);
     354
     355        if (qhInProcess.IsElements()){
     356            AddBuffers(FALSE);
     357        }
    355358        break;
    356359    }
Note: See TracChangeset for help on using the changeset viewer.