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
+1 -1
View File
@@ -59,7 +59,7 @@ namespace lullaby
public:
Decoder(Data * data, const std::string & ext, int bufferSize, int sampleRate);
Decoder(Data * data, const std::string & ext, int bufferSize);
virtual ~Decoder();