[MPlayer-cvslog] r36967 - trunk/libvo/vo_dfbmga.c
ib
subversion at mplayerhq.hu
Sun Mar 2 22:06:27 CET 2014
Author: ib
Date: Sun Mar 2 22:06:26 2014
New Revision: 36967
Log:
Remove VOCTRL_GUISUPPORT.
The video output driver doesn't support it.
Modified:
trunk/libvo/vo_dfbmga.c
Modified: trunk/libvo/vo_dfbmga.c
==============================================================================
--- trunk/libvo/vo_dfbmga.c Sun Mar 2 22:05:01 2014 (r36966)
+++ trunk/libvo/vo_dfbmga.c Sun Mar 2 22:06:26 2014 (r36967)
@@ -1408,9 +1408,6 @@ static int
control( uint32_t request, void *data )
{
switch (request) {
- case VOCTRL_GUISUPPORT:
- return VO_TRUE;
-
case VOCTRL_QUERY_FORMAT:
return query_format( *((uint32_t *) data) );
More information about the MPlayer-cvslog
mailing list