diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-10-21 00:44:14 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-10-21 00:44:14 +0200 |
commit | 8cf0800ad613a165c07424b84fd84b60b586c6f8 (patch) | |
tree | 5adb123ac54e2405f225ba13d4df85ade52b1a36 /command/markad-standalone.h | |
parent | 0acaba790948b737a35293e5a9ac91be5de563b0 (diff) | |
download | vdr-plugin-markad-8cf0800ad613a165c07424b84fd84b60b586c6f8.tar.gz vdr-plugin-markad-8cf0800ad613a165c07424b84fd84b60b586c6f8.tar.bz2 |
Added letterbox detection
Improved audiochannel-/aspect-/borderchange detection
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; |