Disable the window mode options for always full-screen renderers
This commit is contained in:
@@ -25,6 +25,11 @@ SLVideoDecoder::isHardwareAccelerated()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool SLVideoDecoder::isAlwaysFullScreen()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
int
|
||||
SLVideoDecoder::getDecoderCapabilities()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user