diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-06 11:27:37 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-06 11:27:37 +0200 |
commit | 15007f76cf18885ca611a2633e29bed26790acf1 (patch) | |
tree | ff9202ab6b73a6124f0689c8bc3a75cd68403d08 | |
parent | 5cfd39dfca50a8585e7fa9a729e996bbcfac78e7 (diff) | |
download | vdr-15007f76cf18885ca611a2633e29bed26790acf1.tar.gz vdr-15007f76cf18885ca611a2633e29bed26790acf1.tar.bz2 |
Fixed a typo
-rw-r--r-- | HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6305,7 +6305,7 @@ Video Disk Recorder Revision History parameters, but rather the whole channel is handed down for processing. The old constructor of cReceiver is still available, but it is recommended to plugin authors that they switch to the new interface as soon as possible. - When replaying such a recording, the PCR packets are sent to PlayTsVideo() + When replaying such a recording, the PCR packets are sent to PlayTsVideo(). - The files "commands.conf" and "reccmd.conf" can now contain nested lists of commands. See vdr.5 for information about the new file format. This obsoletes the CMDSUBMENU patch. |