Skip to content

Commit 269cfc6

Browse files
authored
Update AVInput.cpp
1 parent b3a9696 commit 269cfc6

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
@@ -1392,7 +1392,7 @@ uint32_t AVInput::getVRRSupportWrapper(const JsonObject& parameters, JsonObject&
13921392
returnResponse(false);
13931393
}
13941394

1395-
bool result = getVRRSupport(portId, &allmSupport);
1395+
bool result = getVRRSupport(portId, &vrrSupport);
13961396
if(result == true)
13971397
{
13981398
response["vrrSupport"] = vrrSupport;

0 commit comments

Comments
 (0)