comparison libvo/vosub_vidix.c @ 26755:46f0b4d34fa1

cosmetics: Remove useless parentheses from from return statements.
author diego
date Fri, 16 May 2008 08:33:27 +0000
parents 071132904566
children 7042def3416f
comparison
equal deleted inserted replaced
26754:63630c09e237 26755:46f0b4d34fa1
316 return VFCAP_CSP_SUPPORTED|VFCAP_CSP_SUPPORTED_BY_HW|VFCAP_HWSCALE_UP|VFCAP_HWSCALE_DOWN|VFCAP_OSD|VFCAP_ACCEPT_STRIDE; 316 return VFCAP_CSP_SUPPORTED|VFCAP_CSP_SUPPORTED_BY_HW|VFCAP_HWSCALE_UP|VFCAP_HWSCALE_DOWN|VFCAP_OSD|VFCAP_ACCEPT_STRIDE;
317 } 317 }
318 318
319 int vidix_grkey_support(void) 319 int vidix_grkey_support(void)
320 { 320 {
321 return(vidix_fourcc.flags & VID_CAP_COLORKEY); 321 return vidix_fourcc.flags & VID_CAP_COLORKEY;
322 } 322 }
323 323
324 int vidix_grkey_get(vidix_grkey_t *gr_key) 324 int vidix_grkey_get(vidix_grkey_t *gr_key)
325 { 325 {
326 return(vdlGetGrKeys(vidix_handler, gr_key)); 326 return vdlGetGrKeys(vidix_handler, gr_key);
327 } 327 }
328 328
329 int vidix_grkey_set(const vidix_grkey_t *gr_key) 329 int vidix_grkey_set(const vidix_grkey_t *gr_key)
330 { 330 {
331 return(vdlSetGrKeys(vidix_handler, gr_key)); 331 return vdlSetGrKeys(vidix_handler, gr_key);
332 } 332 }
333 333
334 334
335 static int is_422_planes_eq=0; 335 static int is_422_planes_eq=0;
336 int vidix_init(unsigned src_width,unsigned src_height, 336 int vidix_init(unsigned src_width,unsigned src_height,