Enable transparent resizing and display changes for supported renderers

This commit is contained in:
Cameron Gutman 2023-12-17 21:15:27 -06:00
commit 2a05b890d8
14 changed files with 116 additions and 4 deletions

View file

@ -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;