diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-08-22 12:00:03 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-08-22 12:00:03 +0200 |
commit | 17b12a32b049ab8979c56572c9c5ae9b23227e68 (patch) | |
tree | 54e83a0e857658009c1729383fb1fc01d006fce6 /HISTORY | |
parent | 99321b371acd247bb41737df50af6f4084472098 (diff) | |
download | vdr-17b12a32b049ab8979c56572c9c5ae9b23227e68.tar.gz vdr-17b12a32b049ab8979c56572c9c5ae9b23227e68.tar.bz2 |
cDevice::IsPrimaryDevice() now also checks whether the primary device actually has a decoder and returns false otherwise
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7874,3 +7874,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ä). +- 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. |