Added HasSnr to the DEBUG_SIGNALQUALITY output in cDvbTuner::GetSignalQuality()

This commit is contained in:
Klaus Schmidinger
2011-12-10 15:01:23 +01:00
parent b25efc415e
commit 8a49851b05
3 changed files with 5 additions and 2 deletions

View File

@@ -6792,3 +6792,5 @@ Video Disk Recorder Revision History
- Removed redundant memset() in the ctor of cSatCableNumbers (triggered by
Ville Skytt<74> pointing out that the argument sequence in the call was wrong).
- Removed a redundant NULL check in cDvbSpuDecoder::setTime() (thanks to Ville Skytt<74>).
- Added HasSnr to the DEBUG_SIGNALQUALITY output in cDvbTuner::GetSignalQuality()
(triggered by Ville Skytt<74> pointing out that the variable HasSnr was unused).