[MPlayer-cvslog] r36969 - trunk/libvo/vo_dxr2.c
ib
subversion at mplayerhq.hu
Sun Mar 2 22:12:33 CET 2014
Author: ib
Date: Sun Mar 2 22:12:33 2014
New Revision: 36969
Log:
Add VOCTRL_GUISUPPORT.
The video output driver may support it depending on sub_vo.
Modified:
trunk/libvo/vo_dxr2.c
Modified: trunk/libvo/vo_dxr2.c
==============================================================================
--- trunk/libvo/vo_dxr2.c Sun Mar 2 22:10:13 2014 (r36968)
+++ trunk/libvo/vo_dxr2.c Sun Mar 2 22:12:33 2014 (r36969)
@@ -931,6 +931,9 @@ static int control(uint32_t request, voi
case VOCTRL_ONTOP:
vo_x11_ontop();
return VO_TRUE;
+ case VOCTRL_GUISUPPORT:
+ if (sub_vo) return sub_vo->control(VOCTRL_GUISUPPORT, NULL);
+ else return VO_FALSE;
case VOCTRL_FULLSCREEN:
if(!use_ol)
return VO_NOTIMPL;
More information about the MPlayer-cvslog
mailing list