mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-17 13:50:16 +00:00
Allow renderers to apply size and display changes seamlessly
This commit is contained in:
@@ -68,6 +68,11 @@ void FFmpegVideoDecoder::setHdrMode(bool enabled)
|
||||
m_FrontendRenderer->setHdrMode(enabled);
|
||||
}
|
||||
|
||||
bool FFmpegVideoDecoder::applyWindowChange(int width, int height, int flags)
|
||||
{
|
||||
return m_FrontendRenderer->applyWindowChange(width, height, flags);
|
||||
}
|
||||
|
||||
int FFmpegVideoDecoder::getDecoderCapabilities()
|
||||
{
|
||||
int capabilities = m_BackendRenderer->getDecoderCapabilities();
|
||||
|
||||
Reference in New Issue
Block a user