[mmap] partial revert of 8cef8db4 to disable using mmap file reader
[videoplayer.git] / GLvideo_x11rep.h
blobc3a676477941406b856991ab0c79b4c7f79d7031
1 #ifndef __GLVIDEO_X11REPEATER_H
2 #define __GLVIDEO_X11REPEATER_H
4 #include "GLvideo_repeater.h"
6 class VideoData;
8 namespace GLVideoRepeater
10 class X11Repeater : public GLVideoRepeater {
11 public:
12 virtual void createRGBDestination(VideoData *video_data);
13 virtual void setupRGBDestination();
14 virtual void setupScreenDestination();
15 virtual unsigned int repeat(unsigned int);
16 virtual void renderVideo(VideoData *video_data);
17 virtual ~X11Repeater();
21 #endif