removed user-specified sample rates for Decoders

This commit is contained in:
Bill Meltsner
2011-01-15 14:29:10 -06:00
parent 6e8a48bd01
commit 4479e8dfc4
14 changed files with 69 additions and 70 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ namespace sound
{
namespace lullaby
{
FLACDecoder::FLACDecoder(Data * data, const std::string & ext, int nbufferSize, int sampleRate)
: Decoder(data, ext, nbufferSize, sampleRate), pos(0)
FLACDecoder::FLACDecoder(Data * data, const std::string & ext, int nbufferSize)
: Decoder(data, ext, nbufferSize), pos(0)
{
init();
init_ogg();