diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-08-22 12:02:12 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-08-22 12:02:12 +0200 |
commit | 6e6e468148e231156be0cccf1ecd3f6eab5b5970 (patch) | |
tree | 91ffb408e91c35af9090f05669055911e95d8352 /HISTORY | |
parent | 1f0a55ca7d0f681999f9f1eb4c05be956e195e63 (diff) | |
download | vdr-6e6e468148e231156be0cccf1ecd3f6eab5b5970.tar.gz vdr-6e6e468148e231156be0cccf1ecd3f6eab5b5970.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
@@ -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ä). +- 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. |