Avoiding setting the video stream type to 2 if the vpid is 0

This commit is contained in:
Klaus Schmidinger
2010-01-03 10:28:08 +01:00
parent 4577bfdd9e
commit 4b5f232e59
3 changed files with 8 additions and 3 deletions

View File

@@ -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).