X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=inline;f=cinelerra-5.0%2Fcinelerra%2Frecord.h;h=b0275c5ee29f023182ad7cb45f51e75996b3d22a;hb=15359610833cd03c44fe47f5d002e643103610ec;hp=43d1f8ca06ae62dabdbdc52bd650f525d7739ead;hpb=955d712ff475171e99d7910ead049a9342ca8b21;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;