11 #include "pluginvclient.h"
19 void copy_from(yuv411Config &that);
20 int equivalent(yuv411Config &that);
21 void interpolate(yuv411Config &prev, yuv411Config &next,
22 long prev_frame, long next_frame, long current_frame);
31 class yuv411Main : public PluginVClient
35 friend class yuv411Window;
37 yuv411Main(PluginServer *server);
40 // required for all realtime plugins
41 PLUGIN_CLASS_MEMBERS(yuv411Config)
43 int process_realtime(VFrame *input_ptr, VFrame *output_ptr);
46 void render_gui(void *data);
47 void save_data(KeyFrame *keyframe);
48 void read_data(KeyFrame *keyframe);