summaryrefslogtreecommitdiff
path: root/decoders/mpg123_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/mpg123_decoder.h')
-rw-r--r--decoders/mpg123_decoder.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/decoders/mpg123_decoder.h b/decoders/mpg123_decoder.h
index bc35ed9..edd2108 100644
--- a/decoders/mpg123_decoder.h
+++ b/decoders/mpg123_decoder.h
@@ -3,17 +3,11 @@
#include "decoder.h"
-#include <fstream>
#include <mpg123.h>
-// needed for uint8_t
-#include <boost/cstdint.hpp>
class DecoderMpg123 : public Decoder {
private:
mpg123_handle *handle;
- std::ifstream ifile;
-
- size_t decode(const uint8_t *input, size_t input_size, uint8_t *output, size_t output_size);
public:
DecoderMpg123(const std::string& filename);