Returning 0 from cDvbSdFfDevice::NumProvidedSystems() if option --outputonly is given

This commit is contained in:
Klaus Schmidinger
2013-01-25 10:52:43 +01:00
parent 01c26a5c6c
commit 79dad980cf
5 changed files with 18 additions and 5 deletions

View File

@@ -7534,7 +7534,7 @@ Video Disk Recorder Revision History
- Reduced the number of retries in cTransfer::Receive() to avoid blocking recordings
in case the primary device can't handle the current live signal.
2013-01-24: Version 1.7.37
2013-01-25: Version 1.7.37
- Now also using FindHeader() in cMpeg2Fixer::AdjTref() (pointed out by S<>ren Moch).
- Added missing template for DVBDIR to Make.config.template (reported by Derek Kelly).
@@ -7545,3 +7545,4 @@ Video Disk Recorder Revision History
which resulted in empty lines between scaled subtitles.
- Fixed a leftover line in case a two line subtitle was followed by a one line
subtitle on the dvbhddevice in "high level" OSD mode.
- Returning 0 from cDvbSdFfDevice::NumProvidedSystems() if option --outputonly is given.