mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 02:30:52 +00:00
Enable transparent resizing and display changes for supported renderers
This commit is contained in:
@@ -99,6 +99,11 @@ void FFmpegVideoDecoder::setHdrMode(bool enabled)
|
||||
m_FrontendRenderer->setHdrMode(enabled);
|
||||
}
|
||||
|
||||
bool FFmpegVideoDecoder::notifyWindowChanged(PWINDOW_STATE_CHANGE_INFO info)
|
||||
{
|
||||
return m_FrontendRenderer->notifyWindowChanged(info);
|
||||
}
|
||||
|
||||
int FFmpegVideoDecoder::getDecoderCapabilities()
|
||||
{
|
||||
bool ok;
|
||||
|
||||
Reference in New Issue
Block a user