comparison libvo/mga_common.c @ 6311:da2dda48b7ec

add mute support ( step 1 ) and fixed panscan bugs (1000l for me)
author pontscho
date Thu, 06 Jun 2002 07:13:57 +0000
parents 72c87b2ec779
children e9bd97d5c5cc
comparison
equal deleted inserted replaced
6310:eda1e909a3bf 6311:da2dda48b7ec
280 case VOCTRL_GUISUPPORT: 280 case VOCTRL_GUISUPPORT:
281 return VO_TRUE; 281 return VO_TRUE;
282 #endif 282 #endif
283 #ifdef VO_XMGA 283 #ifdef VO_XMGA
284 case VOCTRL_GET_PANSCAN: 284 case VOCTRL_GET_PANSCAN:
285 if ( !inited || !vo_fs ) return VO_FALSE;
285 return VO_TRUE; 286 return VO_TRUE;
286 case VOCTRL_SET_PANSCAN: 287 case VOCTRL_SET_PANSCAN:
287 if ( vo_fs && ( vo_panscan != vo_panscan_amount ) ) 288 if ( vo_fs && ( vo_panscan != vo_panscan_amount ) )
288 { 289 {
289 panscan_calc(); 290 panscan_calc();