From 8f63d59b81eaff610a64ad110b27d6c819dfcad7 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 4 Jan 2022 22:00:46 -0600 Subject: [PATCH] Correct comment to avoid confusion --- app/streaming/video/ffmpeg-renderers/drm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/streaming/video/ffmpeg-renderers/drm.cpp b/app/streaming/video/ffmpeg-renderers/drm.cpp index 284ba31f..a7a5df1c 100644 --- a/app/streaming/video/ffmpeg-renderers/drm.cpp +++ b/app/streaming/video/ffmpeg-renderers/drm.cpp @@ -139,7 +139,7 @@ bool DrmRenderer::initialize(PDECODER_PARAMETERS params) // If we're not sharing the DRM FD with SDL, that means we don't // have DRM master, so we can't call drmModeSetPlane(). We can - // only use EGL to render in this situation. + // use EGLRenderer or SDLRenderer to render in this situation. if (!m_SdlOwnsDrmFd) { SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION, "Direct rendering via DRM is disabled");