this reader is not limited to 2 channels

This commit is contained in:
Glenn Maynard
2006-12-09 02:56:30 +00:00
parent 1ddfac027f
commit 3583b1cf10
@@ -119,7 +119,6 @@ RageSoundReader_FileReader::OpenResult RageSoundReader_Vorbisfile::Open( RageFil
read_offset = (int) ov_pcm_tell(vf);
vorbis_info *vi = ov_info( vf, -1 );
ASSERT_M( vi->channels == 1 || vi->channels == 2, ssprintf("%i", vi->channels) );
channels = vi->channels;
return OPEN_OK;