diff options
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(); }; |