Skip to content

Commit eb4c506

Browse files
authored
Update AVInput.cpp
1 parent 78f58ff commit eb4c506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AVInput/AVInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ bool AVInput::getALLMStatus(int iPort)
12011201
return allm;
12021202
}
12031203

1204-
void AVInput::getVRRStatus(int iPort, dsHdmiInVrrStatus_t *vrrStatus)
1204+
bool AVInput::getVRRStatus(int iPort, dsHdmiInVrrStatus_t *vrrStatus)
12051205
{
12061206
bool ret = true;
12071207
try

0 commit comments

Comments
 (0)