[MPlayer-cvslog] r36941 - trunk/libvo/vo_direct3d.c
ib
subversion at mplayerhq.hu
Tue Feb 25 18:17:00 CET 2014
Author: ib
Date: Tue Feb 25 18:17:00 2014
New Revision: 36941
Log:
Return VO_NOTIMPL if the VOCTRL isn't in one of the case statements.
All the other vo drivers do so.
Modified:
trunk/libvo/vo_direct3d.c
Modified: trunk/libvo/vo_direct3d.c
==============================================================================
--- trunk/libvo/vo_direct3d.c Tue Feb 25 18:15:27 2014 (r36940)
+++ trunk/libvo/vo_direct3d.c Tue Feb 25 18:17:00 2014 (r36941)
@@ -810,7 +810,7 @@ static int control(uint32_t request, voi
case VOCTRL_GET_PANSCAN:
return VO_TRUE;
}
- return VO_FALSE;
+ return VO_NOTIMPL;
}
/** @brief libvo Callback: Configre the Direct3D adapter.
More information about the MPlayer-cvslog
mailing list