diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-10-10 15:45:18 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-10-10 15:45:18 +0200 |
commit | 2994e021ee44eea1c9443da897909c79cef0f963 (patch) | |
tree | e2ced874bd8cbce50adb15a1471cb5bd5c8d79ff /command/video.h | |
parent | f5134567a6cbe6f510a820d05e86226eac1c29e6 (diff) | |
download | vdr-plugin-markad-2994e021ee44eea1c9443da897909c79cef0f963.tar.gz vdr-plugin-markad-2994e021ee44eea1c9443da897909c79cef0f963.tar.bz2 |
Added -a (AC3 always) option
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 8be247b..36fdf5f 100644 --- a/command/video.h +++ b/command/video.h @@ -108,7 +108,7 @@ private: bool pixfmt_info; int SobelPlane(int plane); // do sobel operation on plane int Detect(int framenumber, int *logoframenumber); // ret 1 = logo, 0 = unknown, -1 = no logo - int Load(char *directory, char *file, int plane); + int Load(const char *directory, char *file, int plane); void Save(int framenumber, uchar picture[4][MAXPIXEL], int plane); public: cMarkAdLogo(MarkAdContext *maContext); |