colorpicker cleanup, make ffmpeg probes early default
[goodguy/history.git] / cinelerra-5.1 / plugins / chromakey / chromakey.h
index cefa8d9de6684a96fa989a008dc005db4ad96d95..8e1a1aafada53e5bb08dba57560de047c04f31e8 100644 (file)
@@ -103,7 +103,7 @@ public:
 };
 
 
-class ChromaKeyColorThread : public ColorThread
+class ChromaKeyColorThread : public ColorPicker
 {
 public:
        ChromaKeyColorThread(ChromaKey *plugin, ChromaKeyWindow *gui);
@@ -121,6 +121,7 @@ public:
 
        void create_objects();
        void update_sample();
+       void done_event(int result);
 
        ChromaKeyColor *color;
        ChromaKeyThreshold *threshold;