X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Frecord.h;h=b0275c5ee29f023182ad7cb45f51e75996b3d22a;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=43d1f8ca06ae62dabdbdc52bd650f525d7739ead;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/record.h b/cinelerra-5.0/cinelerra/record.h index 43d1f8ca..b0275c5e 100644 --- a/cinelerra-5.0/cinelerra/record.h +++ b/cinelerra-5.0/cinelerra/record.h @@ -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;