repair default keyframe load, tweak init default histogram threshold
[goodguy/history.git] / cinelerra-5.1 / cinelerra / render.h
index ba7461ec5a8d25edfd0dc974b28c349f16702709..aa7b652b18d107a274591528222f7b3c7b0b704f 100644 (file)
@@ -169,6 +169,8 @@ public:
        int in_progress;
 // Background compression must be disabled when direct frame copying and reenabled afterwards
        int direct_frame_copying;
+// beep on done
+       int beep;
 
        Preferences *preferences;
        VFrame *compressed_output;
@@ -275,6 +277,16 @@ public:
 };
 
 
+class RenderBeepOnDone : public BC_CheckBox
+{
+public:
+       RenderBeepOnDone(RenderWindow *rwindow, int x, int y);
+       int handle_event();
+
+       RenderWindow *rwindow;
+};
+
+
 class RenderWindow : public BC_Window
 {
 public:
@@ -294,6 +306,7 @@ public:
        RenderRangeSelection *rangeselection;
        RenderRangeInOut *rangeinout;
        RenderRange1Frame *range1frame;
+       RenderBeepOnDone *beep_on_done;
 
        RenderProfile *renderprofile;