|
|
|
@ -30,7 +30,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
#include "FlacDecoder.h"
|
|
|
|
#include "FlacDecoder.h"
|
|
|
|
#include "VorbisDecoder.h"
|
|
|
|
#include "VorbisDecoder.h"
|
|
|
|
#include "OpusDecoder.h"
|
|
|
|
#include "OpusDecoder.h"
|
|
|
|
#include "CafDecoder.h"
|
|
|
|
|
|
|
|
#include "MusepackDecoder.h"
|
|
|
|
#include "MusepackDecoder.h"
|
|
|
|
#include "ModplugDecoder.h"
|
|
|
|
#include "ModplugDecoder.h"
|
|
|
|
|
|
|
|
|
|
|
|
@ -133,7 +132,6 @@ void NyquistIO::BuildDecoderTable()
|
|
|
|
AddDecoderToTable(std::make_shared<FlacDecoder>());
|
|
|
|
AddDecoderToTable(std::make_shared<FlacDecoder>());
|
|
|
|
AddDecoderToTable(std::make_shared<VorbisDecoder>());
|
|
|
|
AddDecoderToTable(std::make_shared<VorbisDecoder>());
|
|
|
|
AddDecoderToTable(std::make_shared<OpusDecoder>());
|
|
|
|
AddDecoderToTable(std::make_shared<OpusDecoder>());
|
|
|
|
AddDecoderToTable(std::make_shared<CAFDecoder>());
|
|
|
|
|
|
|
|
AddDecoderToTable(std::make_shared<MusepackDecoder>());
|
|
|
|
AddDecoderToTable(std::make_shared<MusepackDecoder>());
|
|
|
|
AddDecoderToTable(std::make_shared<ModplugDecoder>());
|
|
|
|
AddDecoderToTable(std::make_shared<ModplugDecoder>());
|
|
|
|
}
|
|
|
|
}
|