summaryrefslogtreecommitdiff
path: root/client/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/player.h')
-rw-r--r--client/player.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/client/player.h b/client/player.h
index 824e2c0..723fc33 100644
--- a/client/player.h
+++ b/client/player.h
@@ -37,10 +37,7 @@
#include <X11/Xlib.h>
#include <X11/extensions/Xvlib.h>
-//#include "libdv_wrapper.h"
-// Use libdv
-#include <libdv/dv.h>
-#include <libdv/dv_types.h>
+#include "libdv_wrapper.h"
#include "xvaccelrenderer.h"
@@ -55,12 +52,7 @@ public slots:
void show_frame();
private:
- int pitches[3];
- unsigned char* yuv[3];
-
- // LibDVWrapper dvdecoder;
- dv_decoder_t *dvdecoder;
-
+ LibDVWrapper dvdecoder;
Decoder *decoder;
QWidget *widget;