armbox: tryfix cec

Origin commit data
------------------
Branch: master
Commit: 9bdcb65a61
Author: TangoCash <eric@loxat.de>
Date: 2017-10-19 (Thu, 19 Oct 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-10-19 21:12:05 +02:00
parent 23b5ef5a72
commit 37993f3db7
2 changed files with 39 additions and 26 deletions

View File

@@ -181,7 +181,7 @@ class cVideo
int64_t GetPTS(void);
unsigned char physicalAddress[2];
bool fixedAddress,standby_cec_activ,autoview_cec_activ;
bool standby_cec_activ,autoview_cec_activ;
unsigned char deviceType, logicalAddress;
int hdmiFd;
@@ -229,9 +229,10 @@ class cVideo
bool SetCECMode(VIDEO_HDMI_CEC_MODE);
void SetCECAutoView(bool);
void SetCECAutoStandby(bool);
void getCECAddressInfo();
void sendCECMessage(struct cec_message &message);
void GetCECAddressInfo();
void SendCECMessage(struct cec_message &message);
void SetCECState(bool state);
void ReportPhysicalAddress();
void ShowPicture(const char * fname, const char *_destname = NULL);
void StopPicture();
void Standby(unsigned int bOn);