mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
removed user-specified sample rates for Decoders
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user