add new boxblur plugin, mods to videoscope, fix segv for menu btns kfrm-tweak/kfrm...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / keyframe.h
index 89edf1f984af931cf86edbabdd4aa91b086056ac..d766b915078dd72a382990f9c82e246bda1da386 100644 (file)
@@ -37,6 +37,7 @@ class KeyFrame : public Auto
        KeyFrame &operator =(KeyFrame &k) { return k; } //illegal
 public:
        KeyFrame();
+       KeyFrame(const char *buf, long len);
        KeyFrame(EDL *edl, KeyFrames *autos);
        virtual ~KeyFrame();