switched to ogg tremor decoder

This commit is contained in:
badaix 2016-04-01 23:50:50 +02:00
parent b29fadc465
commit c0ca0bef57
5 changed files with 128 additions and 12 deletions

View file

@ -19,7 +19,7 @@
#ifndef OGG_DECODER_H
#define OGG_DECODER_H
#include "decoder.h"
#include <vorbis/codec.h>
#include <tremor/ivorbiscodec.h>
class OggDecoder : public Decoder