mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added some missing "AUTO" values to vdr.5
This commit is contained in:
parent
330dbce1e7
commit
14b108f104
@ -2787,6 +2787,7 @@ Winfried K
|
||||
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
|
||||
|
1
HISTORY
1
HISTORY
@ -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).
|
||||
|
14
vdr.5
14
vdr.5
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user