r105: This commit was manufactured by cvs2svn to create tag
[cinelerra_cv/mob.git] / hvirtual / plugins / reversevideo / reversevideo.h
blobdce139a9a959e99f891c213319c73a03f959ed92
1 #ifndef REVERSEVIDEO_H
2 #define REVERSEVIDEO_H
4 #include "pluginvclient.h"
6 class ReverseVideo : public PluginVClient
8 public:
9 ReverseVideo(PluginServer *server);
10 ~ReverseVideo();
12 char* plugin_title();
13 VFrame* new_picon();
14 int process_loop(VFrame *buffer);
16 int start_loop();
17 int stop_loop();
23 MainProgressBar *progress;
24 int64_t current_position;
30 #endif