diff options
Diffstat (limited to 'command/video.h')
-rw-r--r-- | command/video.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/command/video.h b/command/video.h index 36fdf5f..0d3a0a0 100644 --- a/command/video.h +++ b/command/video.h @@ -141,14 +141,14 @@ class cMarkAdVideo { private: MarkAdContext *macontext; - MarkAdMark mark; + MarkAdMarks marks; MarkAdAspectRatio aspectratio; cMarkAdBlackBordersHoriz *hborder; cMarkAdLogo *logo; cMarkAdOverlap *overlap; - void ResetMark(); + void ResetMarks(); bool AddMark(int Type, int Position, const char *Comment); bool AspectRatioChange(MarkAdAspectRatio *a, MarkAdAspectRatio *b); @@ -158,7 +158,7 @@ public: cMarkAdVideo(MarkAdContext *maContext); ~cMarkAdVideo(); MarkAdPos *Process2ndPass(int FrameNumber, int Frames, bool BeforeAd); - MarkAdMark *Process(int FrameNumber, int FrameNumberNext); + MarkAdMarks *Process(int FrameNumber, int FrameNumberNext); void Clear(); }; |