[MPlayer-cvslog] r38173 - trunk/libvo/vo_matrixview.c
ib
subversion at mplayerhq.hu
Tue Feb 4 16:03:18 EET 2020
Author: ib
Date: Tue Feb 4 16:03:18 2020
New Revision: 38173
Log:
Add VOCTRL_GUISUPPORT.
The video output driver supports it.
Modified:
trunk/libvo/vo_matrixview.c
Modified: trunk/libvo/vo_matrixview.c
==============================================================================
--- trunk/libvo/vo_matrixview.c Tue Feb 4 15:58:41 2020 (r38172)
+++ trunk/libvo/vo_matrixview.c Tue Feb 4 16:03:18 2020 (r38173)
@@ -286,6 +286,8 @@ static int control(uint32_t request, voi
case VOCTRL_UPDATE_SCREENINFO:
glctx.update_xinerama_info();
return VO_TRUE;
+ case VOCTRL_GUISUPPORT:
+ return VO_TRUE;
}
return VO_NOTIMPL;
}
More information about the MPlayer-cvslog
mailing list