Skip to content

Commit a34556c

Browse files
authored
Update AVInput.cpp
1 parent 23f0e3f commit a34556c

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
@@ -1496,7 +1496,7 @@ bool setVRRSupport(int portId, bool vrrSupport)
14961496
{
14971497
bool ret = true;
14981498
/*
1499-
device::HdmiInput::getInstance().getVRRSupport (portId, vrrSupportValue);
1499+
device::HdmiInput::getInstance().setVRRSupport (portId, vrrSupport);
15001500
*/
15011501
return ret;
15021502
}

0 commit comments

Comments
 (0)