diff options
Diffstat (limited to 'command/video.cpp')
-rw-r--r-- | command/video.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/video.cpp b/command/video.cpp index 0969aad..77b77fa 100644 --- a/command/video.cpp +++ b/command/video.cpp @@ -714,7 +714,7 @@ MarkAdPos *cMarkAdOverlap::Process(int FrameNumber, int Frames, bool BeforeAd) { if ((lastframenumber>0) && (!similarMaxCnt)) { - similarCutOff=50000; // lower is harder! + similarCutOff=60000; // lower is harder! similarMaxCnt=4; } |