r1006: configure: Use libx264_pic instead of libx264 if available.
[cinelerra_cv/mob.git] / cinelerra / vplayback.h
blob0d42f2b7736f20b18ff0ecb1f0711b802894f817
1 #ifndef VPLAYBACK_H
2 #define VPLAYBACK_H
4 #include "playbackengine.h"
5 #include "vwindow.inc"
7 class VPlayback : public PlaybackEngine
9 public:
10 VPlayback(MWindow *mwindow, VWindow *vwindow, Canvas *output);
12 int create_render_engine();
13 void init_cursor();
14 void stop_cursor();
15 void goto_start();
16 void goto_end();
17 VWindow *vwindow;
20 #endif