diff options
Diffstat (limited to 'markad-standalone.h')
-rw-r--r-- | markad-standalone.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/markad-standalone.h b/markad-standalone.h index 7e5a079..9e1c9fb 100644 --- a/markad-standalone.h +++ b/markad-standalone.h @@ -152,7 +152,6 @@ unsigned Descriptor_Length: cMarkAdStreamInfo *streaminfo; MarkAdContext macontext; - int recvnumber; bool isTS; int MaxFiles; @@ -198,7 +197,7 @@ public: cMarkAdStandalone(const char *Directory, bool BackupMarks, int LogoExtraction, int LogoWidth, int LogoHeight, bool DecodeVideo, bool DecodeAudio, bool IgnoreVideoInfo, bool IgnoreAudioInfo, - const char *LogoDir, const char *MarkFileName); + const char *LogoDir, const char *MarkFileName, bool ASD); ~cMarkAdStandalone(); }; |