diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-02-08 18:46:19 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-02-08 18:46:19 +0100 |
commit | 44d861cb39b59700ea5b8bd79da088d0d5400a23 (patch) | |
tree | d69bdc6f3f147480a35efffbb6a77b4cc1665448 /command/video.h | |
parent | d426c3c5d7b064b1568d0f73fd930ba97e88822a (diff) | |
download | vdr-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.h | 2 |
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(); }; |