comparison libvo/vo_directx.c @ 11000:6e35326c742f

many small typo and grammar fixes Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
author gabucino
date Sat, 04 Oct 2003 17:29:08 +0000
parents 1af259afe553
children 3cf2c7f8d9a9
comparison
equal deleted inserted replaced
10999:6d85ca7c3165 11000:6e35326c742f
247 case DDERR_INVALIDPARAMS: 247 case DDERR_INVALIDPARAMS:
248 {mp_msg(MSGT_VO, MSGL_ERR,"invalid parameters\n");break;} 248 {mp_msg(MSGT_VO, MSGL_ERR,"invalid parameters\n");break;}
249 case DDERR_NODIRECTDRAWHW: 249 case DDERR_NODIRECTDRAWHW:
250 {mp_msg(MSGT_VO, MSGL_ERR,"no directdraw hardware\n");break;} 250 {mp_msg(MSGT_VO, MSGL_ERR,"no directdraw hardware\n");break;}
251 case DDERR_NOEMULATION: 251 case DDERR_NOEMULATION:
252 {mp_msg(MSGT_VO, MSGL_ERR,"cant emulate\n");break;} 252 {mp_msg(MSGT_VO, MSGL_ERR,"can't emulate\n");break;}
253 case DDERR_NOFLIPHW: 253 case DDERR_NOFLIPHW:
254 {mp_msg(MSGT_VO, MSGL_ERR,"hardware can't do flip\n");break;} 254 {mp_msg(MSGT_VO, MSGL_ERR,"hardware can't do flip\n");break;}
255 case DDERR_NOOVERLAYHW: 255 case DDERR_NOOVERLAYHW:
256 {mp_msg(MSGT_VO, MSGL_ERR,"hardware can't do overlay\n");break;} 256 {mp_msg(MSGT_VO, MSGL_ERR,"hardware can't do overlay\n");break;}
257 case DDERR_OUTOFMEMORY: 257 case DDERR_OUTOFMEMORY: