# HG changeset patch # User ib # Date 1393348620 0 # Node ID 2a135c4385bf416f8ee7e0795020e4bb10b262ab # Parent 85bb765747e91cefbc153b1bf5330d7b1ebd56d0 Return VO_NOTIMPL if the VOCTRL isn't in one of the case statements. All the other vo drivers do so. diff -r 85bb765747e9 -r 2a135c4385bf libvo/vo_direct3d.c --- 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.