cDevice::IsPrimaryDevice() now also checks whether the primary device actually has a decoder and returns false otherwise

This commit is contained in:
Klaus Schmidinger
2013-08-22 12:02:12 +02:00
parent 1f0a55ca7d
commit 6e6e468148
2 changed files with 5 additions and 2 deletions

View File

@@ -7821,3 +7821,6 @@ Video Disk Recorder Revision History
- Fixed handling LIRC events in case repeated events are lost.
- Fixed a possible crash when shutting down VDR while subtitles are being displayed
(reported by Ville Skytt<74>).
- cDevice::IsPrimaryDevice() now also checks whether the primary device actually has
a decoder and returns false otherwise. This should improve device allocation on
systems that are only used as a receiver and don't actually display anything.