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 e5e35d4..e2f1d1d 100644 --- a/command/video.h +++ b/command/video.h @@ -81,7 +81,7 @@ private: MarkAdContext *macontext; int Detect(int lastiframe, int *logoiframe); // ret 1 = logo, 0 = unknown, -1 = no logo - int Load(char *file); + int Load(char *directory, char *file); void Save(int lastiframe, uchar *picture); public: cMarkAdLogo(MarkAdContext *maContext); |