repair default keyframe load, tweak init default histogram threshold
[goodguy/history.git] / cinelerra-5.1 / cinelerra / brender.h
index 53a183692cd78fce7fc114fb977bb8d0f0e72981..1d0b3beab4fbda73b7de8704c04c06aeb890667d 100644 (file)
@@ -38,7 +38,7 @@
 // rendering or foreground rendering can be happening but not both.
 
 // A BRenderThread client runs in the background and a BRender object
-// interfaces the main window.  The BRender client recieves commands to
+// interfaces the main window.  The BRender client receives commands to
 // restart, start, and stop background rendering on its own time to avoid
 // interrupting the main window.
 
@@ -174,7 +174,6 @@ public:
        BRenderThread(MWindow *mwindow, BRender *brender);
        ~BRenderThread();
 
-       int is_done(int do_lock);
        void send_command(BRenderCommand *command);
        void run();
        void stop();