diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-03 10:28:08 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-03 10:28:08 +0100 |
commit | 4b5f232e59988e5c043b08210c3940a5bf82b360 (patch) | |
tree | 25b53c2a7ed255fdeeddc3eb1d4d17a8e983d039 /HISTORY | |
parent | 4577bfdd9ef7edc4a76de7cef30bda960e22e576 (diff) | |
download | vdr-4b5f232e59988e5c043b08210c3940a5bf82b360.tar.gz vdr-4b5f232e59988e5c043b08210c3940a5bf82b360.tar.bz2 |
Avoiding setting the video stream type to 2 if the vpid is 0
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6197,7 +6197,7 @@ Video Disk Recorder Revision History - Fixed the default value for "Pause key handling" in the MANUAL (reported by Diego Pierotto). -2010-01-02: Version 1.7.11 +2010-01-03: Version 1.7.11 - Fixed resetting the file size when regenerating the index file. - The new function cDevice::PatPmtParser() can be used in derived devices to access @@ -6254,3 +6254,5 @@ Video Disk Recorder Revision History (based on a patch from Helmut Auer). - Improved the description of the transponder parameters in vdr.5 (thanks to Winfried Köhler). +- Avoiding setting the video stream type to 2 if the vpid is 0 (problem reported + by Arthur Konovalov). |