xbmc: update XVBA/VDPAU patch

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-12-20 16:27:34 +01:00
parent b8d7a4c243
commit 86a96a6145

View File

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