cec: fix the initial hdmi port setting
[deb_libcec.git] / include / cectypes.h
index 3501ce356f74562dc83d4340678aaa75f525e5fb..1cdb3ea8c619c23cbe72f171c7211dc631cff6d9 100644 (file)
@@ -941,7 +941,7 @@ typedef struct libcec_configuration
   {
     memset(strDeviceName, 0, 13);
     deviceTypes.clear();
-    iPhysicalAddress = CEC_DEFAULT_PHYSICAL_ADDRESS;
+    iPhysicalAddress = 0;
     baseDevice       = (cec_logical_address)CEC_DEFAULT_BASE_DEVICE;
     iHDMIPort        = CEC_DEFAULT_HDMI_PORT;
     clientVersion    = CEC_CLIENT_VERSION_PRE_1_5;