8 #include "flipwindow.h"
10 #include "pluginvclient.h"
16 void copy_from(FlipConfig
&that
);
17 int equivalent(FlipConfig
&that
);
18 void interpolate(FlipConfig
&prev
,
27 class FlipMain
: public PluginVClient
30 FlipMain(PluginServer
*server
);
33 PLUGIN_CLASS_MEMBERS(FlipConfig
, FlipThread
);
35 // required for all realtime plugins
36 int process_buffer(VFrame
*frame
,
37 int64_t start_position
,
41 void save_data(KeyFrame
*keyframe
);
42 void read_data(KeyFrame
*keyframe
);