bunch of small fixes, add msg.txt to about prefs
[goodguy/history.git] / cinelerra-5.0 / cinelerra / record.h
index 43d1f8ca06ae62dabdbdc52bd650f525d7739ead..b0275c5ee29f023182ad7cb45f51e75996b3d22a 100644 (file)
@@ -316,7 +316,7 @@ public:
 
        int get_time_format();
        int set_record_mode(int value);
-       int is_behind() { return drop_overrun_frames && behind > 0 ? 1 : 0; }
+       int is_behind() { return drop_overrun_frames && behind > 1 ? 1 : 0; }
 
        int64_t dc_offset[MAXCHANNELS];
        int frame_w;