comparison libvo/vo_direct3d.c @ 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
comparison
equal deleted inserted replaced
36844:85bb765747e9 36845:2a135c4385bf
808 calc_fs_rect(); 808 calc_fs_rect();
809 return VO_TRUE; 809 return VO_TRUE;
810 case VOCTRL_GET_PANSCAN: 810 case VOCTRL_GET_PANSCAN:
811 return VO_TRUE; 811 return VO_TRUE;
812 } 812 }
813 return VO_FALSE; 813 return VO_NOTIMPL;
814 } 814 }
815 815
816 /** @brief libvo Callback: Configre the Direct3D adapter. 816 /** @brief libvo Callback: Configre the Direct3D adapter.
817 * @param width Movie source width 817 * @param width Movie source width
818 * @param height Movie source height 818 * @param height Movie source height