summaryrefslogtreecommitdiff
path: root/command/video.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-02-08 18:46:19 +0100
committerJochen Dolze <vdr@dolze.de>2011-02-08 18:46:19 +0100
commit44d861cb39b59700ea5b8bd79da088d0d5400a23 (patch)
treed69bdc6f3f147480a35efffbb6a77b4cc1665448 /command/video.h
parentd426c3c5d7b064b1568d0f73fd930ba97e88822a (diff)
downloadvdr-plugin-markad-44d861cb39b59700ea5b8bd79da088d0d5400a23.tar.gz
vdr-plugin-markad-44d861cb39b59700ea5b8bd79da088d0d5400a23.tar.bz2
Prevent overlap detection to detect former overlaps in ad block
Diffstat (limited to 'command/video.h')
-rw-r--r--command/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/video.h b/command/video.h
index bee7d29..447d3ec 100644
--- a/command/video.h
+++ b/command/video.h
@@ -176,7 +176,7 @@ private:
public:
cMarkAdVideo(MarkAdContext *maContext);
~cMarkAdVideo();
- MarkAdPos *Process2ndPass(int FrameNumber, int Frames, bool BeforeAd);
+ MarkAdPos *ProcessOverlap(int FrameNumber, int Frames, bool BeforeAd);
MarkAdMarks *Process(int FrameNumber, int FrameNumberNext);
void Clear();
};