Fix compile errors
This commit is contained in:
@@ -232,8 +232,8 @@ QString VideoParams::GetFormatName(PixelFormat format)
|
||||
break;
|
||||
}
|
||||
|
||||
return QCoreApplication::translate("VideoParams", "Unknown (0x%1)")
|
||||
.arg(format, 0, 16);
|
||||
return QCoreApplication::translate("VideoParams", "Unknown (0x%1)")
|
||||
.arg(static_cast<int>(format), 0, 16);
|
||||
}
|
||||
|
||||
int VideoParams::GetDividerForTargetResolution(int src_width, int src_height,
|
||||
|
||||
Reference in New Issue
Block a user