remove debug
This commit is contained in:
@@ -190,7 +190,6 @@ bool RageSoundReader_SpeedChange::Step()
|
|||||||
for( size_t i = 0; i < m_Channels.size(); ++i )
|
for( size_t i = 0; i < m_Channels.size(); ++i )
|
||||||
iMaxPositionNeeded = max( iMaxPositionNeeded, m_Channels[i].m_iCorrelatedPos + GetWindowSizeFrames() );
|
iMaxPositionNeeded = max( iMaxPositionNeeded, m_Channels[i].m_iCorrelatedPos + GetWindowSizeFrames() );
|
||||||
FillData( iMaxPositionNeeded );
|
FillData( iMaxPositionNeeded );
|
||||||
LOG->Trace( "max %i (%i)", iMaxPositionNeeded, m_iDataBufferAvailFrames );
|
|
||||||
if( iMaxPositionNeeded > m_iDataBufferAvailFrames )
|
if( iMaxPositionNeeded > m_iDataBufferAvailFrames )
|
||||||
{
|
{
|
||||||
/* We're at EOF. Flush the remaining data, if any. */
|
/* We're at EOF. Flush the remaining data, if any. */
|
||||||
|
|||||||
Reference in New Issue
Block a user