changeset 36845:2a135c4385bf

Return VO_NOTIMPL if the VOCTRL isn't in one of the case statements. All the other vo drivers do so.
author ib
date Tue, 25 Feb 2014 17:17:00 +0000
parents 85bb765747e9
children a3deb427384c
files libvo/vo_direct3d.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_direct3d.c	Tue Feb 25 17:15:27 2014 +0000
+++ b/libvo/vo_direct3d.c	Tue Feb 25 17:17:00 2014 +0000
@@ -810,7 +810,7 @@
     case VOCTRL_GET_PANSCAN:
         return VO_TRUE;
     }
-    return VO_FALSE;
+    return VO_NOTIMPL;
 }
 
 /** @brief libvo Callback: Configre the Direct3D adapter.