comparison libvo/vo_dxr3.c @ 6843:72a8d1d91472

1l :)
author arpi
date Tue, 30 Jul 2002 16:40:42 +0000
parents f6a349add30d
children 98bed9e12087
comparison
equal deleted inserted replaced
6842:e330b1b0b835 6843:72a8d1d91472
209 va_list ap; 209 va_list ap;
210 int *value; 210 int *value;
211 em8300_bcs_t bcs; 211 em8300_bcs_t bcs;
212 212
213 va_start(ap, data); 213 va_start(ap, data);
214 value = va_arg(ap, int); 214 value = va_arg(ap, int*);
215 va_end(ap); 215 va_end(ap);
216 216
217 if (ioctl(fd_control, EM8300_IOCTL_GETBCS, &bcs) < 0) 217 if (ioctl(fd_control, EM8300_IOCTL_GETBCS, &bcs) < 0)
218 return VO_FALSE; 218 return VO_FALSE;
219 219