Skip to content

Commit db1486c

Browse files
authored
Update AVInput.h
1 parent 1c47de5 commit db1486c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AVInput/AVInput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class AVInput: public PluginHost::IPlugin, public PluginHost::JSONRPC
108108
int getEdidVersion(int iPort);
109109
bool setVideoRectangle(int x, int y, int width, int height, int type);
110110
bool getALLMStatus(int iPort);
111-
bool getVRRStatus(int iPort, VRRType_t vrrType);
111+
void getVRRStatus(int iPort, VRRType_t *vrrType);
112112

113113
void AVInputHotplug(int input , int connect, int type);
114114
static void dsAVEventHandler(const char *owner, IARM_EventId_t eventId, void *data, size_t len);

0 commit comments

Comments
 (0)