diff options
Diffstat (limited to 'command/markad-standalone.h')
-rw-r--r-- | command/markad-standalone.h | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/command/markad-standalone.h b/command/markad-standalone.h index 87c86ca..bdbd0ff 100644 --- a/command/markad-standalone.h +++ b/command/markad-standalone.h @@ -208,16 +208,17 @@ unsigned Descriptor_Length: bool bIgnoreVideoInfo; bool bIgnoreTimerInfo; - int tStart; // pretimer in seconds - int iStart; // pretimer as index value - int iStartCheck; // check position for iStart - int iStop; // posttimer as index value - int iStopCheck; // check position for iStop - - 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 - bool setVideo169; // set video to 16:9 in info + int tStart; // pretimer in seconds + int iStart; // pretimer as index value + int iStartCheck; // check position for iStart + int iStop; // posttimer as index value + int iStopCheck; // check position for iStop + + 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 + bool setVideo43LB; // set video to 4:3 letterbox in info + bool setVideo169; // set video to 16:9 in info int nextPictType; |