summaryrefslogtreecommitdiff
path: root/server/liblame_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/liblame_wrapper.h')
-rw-r--r--server/liblame_wrapper.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/server/liblame_wrapper.h b/server/liblame_wrapper.h
index 43518c8..a4c56c5 100644
--- a/server/liblame_wrapper.h
+++ b/server/liblame_wrapper.h
@@ -36,7 +36,6 @@
#include <lame/lame.h>
#include "frame.h"
-#include "info.h"
#define AUDIO_BUFFER_SIZE DV_AUDIO_MAX_SAMPLES
@@ -47,7 +46,7 @@
class LibLAMEWrapper {
public:
- LibLAMEWrapper(Info *info);
+ LibLAMEWrapper();
~LibLAMEWrapper();
Frame *encode(Frame *dvframe);
@@ -58,8 +57,6 @@ private:
unsigned long long calc_bitrate;
int frame_number;
- Info *info;
-
// LAME stuff
lame_global_flags *gfp;