fix compile

This commit is contained in:
Jacek Jendrzej
2017-06-18 13:15:35 +02:00
committed by max_10
parent abac47e04d
commit 181936ae81
2 changed files with 13 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ class cVideo : public Thread
/* set video_system */
int SetVideoSystem(int video_system, bool remember = true);
int GetVideoSystem();
int SetStreamType(VIDEO_FORMAT type);
void SetSyncMode(AVSYNC_TYPE mode);
bool SetCECMode(VIDEO_HDMI_CEC_MODE) { return true; };