cec: changed - libcec_configuration.bAutodetectAddress is now read-only, and will...
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 4 Jun 2012 08:16:29 +0000 (10:16 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 4 Jun 2012 09:08:19 +0000 (11:08 +0200)
commit20be20ea069477c84d79b52ec2b3f4a08acd200e
tree591366513483fdfc52cecc50a2f34f6b5e9b2280
parentcebbfe03806c603c65318fcdca7c7e194ea68bcc
cec: changed - libcec_configuration.bAutodetectAddress is now read-only, and will be set to 1 by libCEC if the PA was autodetected. changed the order in CCECClient::SetPhysicalAddress() so it first checks whether a PA override is set in libcec_configuration.iPhysicalAddress, then checks whether the address can be detected, and if both failed it'll use the HDMI port + base device setting
include/cectypes.h
src/lib/CECClient.cpp