diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2022-01-14 10:46:15 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2022-01-14 10:46:15 +0100 |
commit | 14b108f1046203dd6dbe0dbceb17630a741625e3 (patch) | |
tree | e05bfe25d65d59ff420a8926e3901b9bbb24f849 | |
parent | 330dbce1e7fc8068a7862da6a03b35c589ef20e1 (diff) | |
download | vdr-14b108f1046203dd6dbe0dbceb17630a741625e3.tar.gz vdr-14b108f1046203dd6dbe0dbceb17630a741625e3.tar.bz2 |
Added some missing "AUTO" values to vdr.5
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | vdr.5 | 14 |
3 files changed, 9 insertions, 7 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 96d544cf..d2821aae 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2787,6 +2787,7 @@ Winfried Köhler <w_koehl@gmx.de> for fixing handling $(PKG_CONFIG) in newplugin for using __cplusplus instead of DISABLE_TEMPLATES_COLLIDING_WITH_STL, and using std::min(), std::max() and std::swap() is available + for adding some missing "AUTO" values to vdr.5 Hans-Werner Hilse <hilse@web.de> for adding the command line option --userdump to enable core dumps in case VDR @@ -9772,3 +9772,4 @@ Video Disk Recorder Revision History (reported by Marco Mäkelä). - Fixed starting replay after jumping to an editing mark. - Updated the Italian OSD texts (thanks to Diego Pierotto). +- Added some missing "AUTO" values to vdr.5 (thanks to Winfried Köhler). @@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 5.5 2021/12/27 13:31:04 kls Exp $ +.\" $Id: vdr.5 5.6 2022/01/14 10:46:15 kls Exp $ .\" .TH vdr 5 "27 Dec 2021" "2.6" "Video Disk Recorder Files" .SH NAME @@ -92,11 +92,11 @@ meaning (and allowed values) are tab (@); l l. \fBB\fR@Bandwidth (1712, 5, 6, 7, 8, 10) -\fBC\fR@Code rate high priority (0, 12, 23, 34, 35, 45, 56, 67, 78, 89, 910) -\fBD\fR@coDe rate low priority (0, 12, 23, 34, 35, 45, 56, 67, 78, 89, 910) -\fBG\fR@Guard interval (4, 8, 16, 32, 128, 19128, 19256) +\fBC\fR@Code rate high priority (0, 12, 23, 34, 35, 45, 56, 67, 78, 89, 910, 999) +\fBD\fR@coDe rate low priority (0, 12, 23, 34, 35, 45, 56, 67, 78, 89, 910, 999) +\fBG\fR@Guard interval (4, 8, 16, 32, 128, 19128, 19256, 999) \fBH\fR@Horizontal polarization -\fBI\fR@Inversion (0, 1) +\fBI\fR@Inversion (0, 1, 999) \fBL\fR@Left circular polarization \fBM\fR@Modulation (2, 5, 6, 7, 10, 11, 12, 16, 32, 64, 128, 256, 999) \fBN\fR@pilot mode (0, 1, 999) @@ -105,10 +105,10 @@ l l. \fBQ\fR@t2 system id (0-65535) \fBR\fR@Right circular polarization \fBS\fR@delivery System (0, 1) -\fBT\fR@Transmission mode (1, 2, 4, 8, 16, 32) +\fBT\fR@Transmission mode (1, 2, 4, 8, 16, 32, 999) \fBV\fR@Vertical polarization \fBX\fR@siso/miso mode (0, 1) -\fBY\fR@hierarchY (0, 1, 2, 4) +\fBY\fR@hierarchY (0, 1, 2, 4, 999) .TE \fBBandwidth:\fR The bandwidth of the channel in MHz (1712 in kHz): (DVB-T/DVB-T2 only). |