mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xbmc: update XVBA/VDPAU patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b8d7a4c243
commit
86a96a6145
@ -10888,7 +10888,7 @@ index f802b82..bc7afa1 100644
|
|||||||
+{
|
+{
|
||||||
+ // we expect "videoscreen.monitor" but it might be hidden on some platforms,
|
+ // we expect "videoscreen.monitor" but it might be hidden on some platforms,
|
||||||
+ // so check that we actually have a visable control.
|
+ // so check that we actually have a visable control.
|
||||||
+ CBaseSettingControl *control = GetSetting(strSetting);
|
+ BaseSettingControlPtr control = GetSetting(strSetting);
|
||||||
+ if (control)
|
+ if (control)
|
||||||
+ {
|
+ {
|
||||||
+ control->SetDelayed();
|
+ control->SetDelayed();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user