diff --git a/app/streaming/video/ffmpeg-renderers/vdpau.cpp b/app/streaming/video/ffmpeg-renderers/vdpau.cpp index 6ccd330c..dfb7e1ee 100644 --- a/app/streaming/video/ffmpeg-renderers/vdpau.cpp +++ b/app/streaming/video/ffmpeg-renderers/vdpau.cpp @@ -276,7 +276,7 @@ bool VDPAURenderer::initialize(PDECODER_PARAMETERS params) else { SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION, "Display size not within capabilities %dx%d vs %dx%d", - m_DisplayWidth, m_DisplayWidth, + m_DisplayWidth, m_DisplayHeight, maxWidth, maxHeight); } }