diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-11-24 21:52:42 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-11-24 21:52:42 +0100 |
commit | e2430c1f20aea2082def6aa4227e7303273b72e0 (patch) | |
tree | d108227ae5295630a536d01dbf7bcba7059eeea8 /command/markad-standalone.h | |
parent | 83de61beb75c5554ec5773f63840990584d5da57 (diff) | |
download | vdr-plugin-markad-e2430c1f20aea2082def6aa4227e7303273b72e0.tar.gz vdr-plugin-markad-e2430c1f20aea2082def6aa4227e7303273b72e0.tar.bz2 |
Added log to recdir option
Added access check for recdir
Diffstat (limited to 'command/markad-standalone.h')
-rw-r--r-- | command/markad-standalone.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/command/markad-standalone.h b/command/markad-standalone.h index 25d19bb..412530a 100644 --- a/command/markad-standalone.h +++ b/command/markad-standalone.h @@ -214,6 +214,8 @@ unsigned Descriptor_Length: int iStop; // posttimer as index value int iStopCheck; // check position for iStop + int errcnt; // Skipped bytes in stream + bool setAudio51; // set audio to 5.1 in info bool setAudio20; // set audio to 2.0 in info bool setVideo43; // set video to 4:3 in info @@ -255,6 +257,7 @@ unsigned Descriptor_Length: bool CheckTS(); bool LoadInfo(); bool SaveInfo(); + bool SetFileUID(char *File); bool RegenerateIndex(); bool ProcessFile2ndPass(clMark **Mark1, clMark **Mark2, int Number, off_t Offset, int Frame, int Frames); bool ProcessFile(int Number); |