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
@@ -43,7 +43,7 @@ namespace lullaby
public:
ModPlugDecoder(Data * data, const std::string & ext, int bufferSize, int sampleRate);
ModPlugDecoder(Data * data, const std::string & ext, int bufferSize);
virtual ~ModPlugDecoder();
static bool accepts(const std::string & ext);