mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
removed user-specified sample rates for Decoders
This commit is contained in:
@@ -42,7 +42,7 @@ namespace lullaby
|
||||
int pos;
|
||||
|
||||
public:
|
||||
FLACDecoder(Data * data, const std::string & ext, int bufferSize, int sampleRate);
|
||||
FLACDecoder(Data * data, const std::string & ext, int bufferSize);
|
||||
~FLACDecoder();
|
||||
|
||||
static bool accepts(const std::string &ext);
|
||||
|
||||
Reference in New Issue
Block a user