Query the frontend renderer to determine fullscreen-only limitations
This commit is contained in:
parent
ac947d3bda
commit
cedba501ee
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ bool FFmpegVideoDecoder::isHardwareAccelerated()
|
|||
|
||||
bool FFmpegVideoDecoder::isAlwaysFullScreen()
|
||||
{
|
||||
return m_BackendRenderer->getRendererAttributes() & RENDERER_ATTRIBUTE_FULLSCREEN_ONLY;
|
||||
return m_FrontendRenderer->getRendererAttributes() & RENDERER_ATTRIBUTE_FULLSCREEN_ONLY;
|
||||
}
|
||||
|
||||
int FFmpegVideoDecoder::getDecoderCapabilities()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue