Moved the initialization of aPid1 and aPid2 to the beginning of cDvbDevice::cDvbDevice()

This commit is contained in:
Klaus Schmidinger
2004-10-16 12:57:51 +02:00
parent 414548446b
commit eff00653c5
3 changed files with 7 additions and 3 deletions

View File

@@ -3015,3 +3015,6 @@ Video Disk Recorder Revision History
- Added Estonian language texts (thanks to Arthur Konovalov).
- Fixed 'newplugin' to use the compiler defined in $(CXX) for generating file
dependencies (thanks to Andreas Brachold).
- Moved the initialization of aPid1 and aPid2 to the beginning of cDvbDevice::cDvbDevice()
to have them set in case a patch references them (thanks to Wayne Keer for pointing
this out).