Skip to content

Commit ed98f25

Browse files
committed
Fix typo
1 parent 8aec35a commit ed98f25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/streaming/video/ffmpeg-renderers

app/streaming/video/ffmpeg-renderers/drm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ bool DrmRenderer::initialize(PDECODER_PARAMETERS params)
811811
// underlays where the YUV-compatible overlay plane resides
812812
// underneath the primary plane. In this case, we will use
813813
// the primary plane as an overlay plane on top of the video.
814-
if (auto type = props.property("type"))
814+
if (auto type = props.property("type")) {
815815
if (type->initialValue() != DRM_PLANE_TYPE_OVERLAY && type->initialValue() != DRM_PLANE_TYPE_PRIMARY) {
816816
drmModeFreePlane(plane);
817817
continue;

0 commit comments

Comments
 (0)