diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-03-28 10:03:42 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-03-28 10:03:42 +0100 |
commit | a465820c1cc131c6276be492787547f4680901e2 (patch) | |
tree | 167de7b5c2112b5f3164e008d854c617d4f7aa50 | |
parent | c191acaa3d8834649fbddda2ed8289c2d340c940 (diff) | |
download | vdr-a465820c1cc131c6276be492787547f4680901e2.tar.gz vdr-a465820c1cc131c6276be492787547f4680901e2.tar.bz2 |
Fixed the description of the 'M' parameter of channel definitions in vdr.5
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | vdr.5 | 5 |
2 files changed, 4 insertions, 2 deletions
@@ -7777,3 +7777,4 @@ Video Disk Recorder Revision History 2013-03-28: Version 2.0.0 - Updated the Lithuanian OSD texts (thanks to Valdemaras Pipiras). +- Fixed the description of the 'M' parameter of channel definitions in vdr.5. @@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 2.34 2013/03/18 12:37:17 kls Exp $ +.\" $Id: vdr.5 2.35 2013/03/28 09:14:53 kls Exp $ .\" .TH vdr 5 "31 Mar 2013" "2.0" "Video Disk Recorder Files" .SH NAME @@ -98,7 +98,7 @@ l l. \fBH\fR@Horizontal polarization \fBI\fR@Inversion (0, 1) \fBL\fR@Left circular polarization -\fBM\fR@Modulation (2, 5, 6, 10, 11, 16, 32, 64, 128, 256, 998) +\fBM\fR@Modulation (2, 5, 6, 7, 10, 11, 12, 16, 32, 64, 128, 256, 999) \fBO\fR@rollOff (0, 20, 25, 35) \fBP\fR@stream id (0-255) \fBR\fR@Right circular polarization @@ -133,6 +133,7 @@ l l. \fB11\fR@VSB16 (ATSC aerial) \fB12\fR@DQPSK (ISDB-T) \fB16\fR@QAM16 (DVB-T, DVB-T2, ISDB-T) +\fB32\fR@QAM32 \fB64\fR@QAM64 (DVB-C, DVB-T, DVB-T2, ISDB-T) \fB128\fR@QAM128 (DVB-C) \fB256\fR@QAM256 (DVB-C, DVB-T2) |