mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 14:40:56 +00:00
Fix typo
This commit is contained in:
@@ -811,7 +811,7 @@ bool DrmRenderer::initialize(PDECODER_PARAMETERS params)
|
|||||||
// underlays where the YUV-compatible overlay plane resides
|
// underlays where the YUV-compatible overlay plane resides
|
||||||
// underneath the primary plane. In this case, we will use
|
// underneath the primary plane. In this case, we will use
|
||||||
// the primary plane as an overlay plane on top of the video.
|
// the primary plane as an overlay plane on top of the video.
|
||||||
if (auto type = props.property("type"))
|
if (auto type = props.property("type")) {
|
||||||
if (type->initialValue() != DRM_PLANE_TYPE_OVERLAY && type->initialValue() != DRM_PLANE_TYPE_PRIMARY) {
|
if (type->initialValue() != DRM_PLANE_TYPE_OVERLAY && type->initialValue() != DRM_PLANE_TYPE_PRIMARY) {
|
||||||
drmModeFreePlane(plane);
|
drmModeFreePlane(plane);
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user