11 #include "pluginvclient.h"
17 void copy_from(yuv411Config &that);
18 int equivalent(yuv411Config &that);
19 void interpolate(yuv411Config &prev, yuv411Config &next,
20 long prev_frame, long next_frame, long current_frame);
29 class yuv411Main : public PluginVClient
33 friend class yuv411Window;
35 yuv411Main(PluginServer *server);
38 // required for all realtime plugins
39 PLUGIN_CLASS_MEMBERS(yuv411Config)
41 int process_realtime(VFrame *input_ptr, VFrame *output_ptr);
44 void render_gui(void *data);
45 void save_data(KeyFrame *keyframe);
46 void read_data(KeyFrame *keyframe);