Monitor: fix custom format of refreshRate

This commit is contained in:
李通洲
2024-09-03 14:47:10 +08:00
parent 617661b546
commit 4622604ee1
+1 -1
View File
@@ -82,7 +82,7 @@ void ffPrintMonitor(FFMonitorOptions* options)
{FF_FORMAT_ARG_TYPE_UINT16, &display->manufactureYear, "manufacture-year"},
{FF_FORMAT_ARG_TYPE_UINT16, &display->manufactureWeek, "manufacture-week"},
{FF_FORMAT_ARG_TYPE_STRING, buf, "serial"},
{FF_FORMAT_ARG_TYPE_DOUBLE, buf, "refresh-rate"},
{FF_FORMAT_ARG_TYPE_DOUBLE, &display->refreshRate, "refresh-rate"},
}));
}