diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-26 11:58:54 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-26 11:58:54 +0200 |
commit | fd0774c811fca36db9cc1200037e8e8ee2608bb8 (patch) | |
tree | 0db5d193d8ce0d2e3dd4b86509ccac416b6d5ebd /vdr.5 | |
parent | f53912de1e265edbf166eac640b5509b0fd25356 (diff) | |
download | vdr-fd0774c811fca36db9cc1200037e8e8ee2608bb8.tar.gz vdr-fd0774c811fca36db9cc1200037e8e8ee2608bb8.tar.bz2 |
The PCR PID can now be set separately from the video PID
Diffstat (limited to 'vdr.5')
-rw-r--r-- | vdr.5 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 1.17 2002/12/06 14:21:00 kls Exp $ +.\" $Id: vdr.5 1.18 2003/04/26 11:54:35 kls Exp $ .\" .TH vdr 5 "6 Dec 2002" "1.2.0" "Video Disk Recorder Files" .SH NAME @@ -105,6 +105,9 @@ The symbol rate of this channel (DVB-S and DVB-C only). .TP .B VPID The video PID (set to '0' for radio channels, '1' for encrypted radio channels). +If this channel uses a separate PCR PID, it follows the VPID, separated by a +plus sign, as in +.B ...:164+17:... .TP .B APID The audio PID (either one number, or two, separated by a comma). |