diff options
Diffstat (limited to 'command/video.h')
-rw-r--r-- | command/video.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/command/video.h b/command/video.h index 7fcd97a..05ad796 100644 --- a/command/video.h +++ b/command/video.h @@ -82,7 +82,7 @@ private: public: cMarkAdOverlap(MarkAdContext *maContext); ~cMarkAdOverlap(); - MarkAdPos *Process(int FrameNumber, int Frames, bool BeforeAd); + MarkAdPos *Process(int FrameNumber, int Frames, bool BeforeAd, bool H264); }; class cMarkAdLogo @@ -213,7 +213,7 @@ private: public: cMarkAdVideo(MarkAdContext *maContext); ~cMarkAdVideo(); - MarkAdPos *ProcessOverlap(int FrameNumber, int Frames, bool BeforeAd); + MarkAdPos *ProcessOverlap(int FrameNumber, int Frames, bool BeforeAd, bool H264); MarkAdMarks *Process(int FrameNumber, int FrameNumberNext); void Clear(); }; |