The PCR pid in generated PMTs is now set to 0x1FFF ("no PCR pid") in cPatPmtGenerator::GeneratePmt(), because VDR doesn't record the PCR pid

This commit is contained in:
Klaus Schmidinger
2009-12-05 13:16:34 +01:00
parent ed3783e08e
commit 8335ba0a7e
2 changed files with 4 additions and 2 deletions

View File

@@ -6203,3 +6203,5 @@ Video Disk Recorder Revision History
- The new function cDevice::PatPmtParser() can be used in derived devices to access
the PAT/PMT of the currently replayed material.
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- The PCR pid in generated PMTs is now set to 0x1FFF ("no PCR pid") in
cPatPmtGenerator::GeneratePmt(), because VDR doesn't record the PCR pid.