summaryrefslogtreecommitdiff
path: root/command/video.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-11-24 21:52:42 +0100
committerJochen Dolze <vdr@dolze.de>2010-11-24 21:52:42 +0100
commite2430c1f20aea2082def6aa4227e7303273b72e0 (patch)
treed108227ae5295630a536d01dbf7bcba7059eeea8 /command/video.cpp
parent83de61beb75c5554ec5773f63840990584d5da57 (diff)
downloadvdr-plugin-markad-e2430c1f20aea2082def6aa4227e7303273b72e0.tar.gz
vdr-plugin-markad-e2430c1f20aea2082def6aa4227e7303273b72e0.tar.bz2
Added log to recdir option
Added access check for recdir
Diffstat (limited to 'command/video.cpp')
-rw-r--r--command/video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/video.cpp b/command/video.cpp
index 8dc509c..6f683bf 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;
+ similarCutOff=60000;
similarMaxCnt=4;
}