Add files.

This commit is contained in:
Steve Checkoway
2007-02-22 19:34:57 +00:00
parent f6afe68843
commit dca5f7a223
2 changed files with 16 additions and 3 deletions
+2 -1
View File
@@ -710,7 +710,7 @@ RageSoundReader_MP3 *RageSoundReader_MP3::Copy() const
return ret;
}
#if 0
/* dst and src are buffers of 16-bit samples. len is the number of bytes
* to copy from src. len must be even. */
static void mono_to_stereo( char *dst, const char *src, unsigned len )
@@ -726,6 +726,7 @@ static void mono_to_stereo( char *dst, const char *src, unsigned len )
src += 2;
}
}
#endif
int RageSoundReader_MP3::Read( float *buf, int iFrames )
{