comparison libmpcodecs/vd_qtrpza.c @ 8954:75048549dc44

BGR16 is not a valid format for this codec
author rtognimp
date Tue, 14 Jan 2003 22:03:15 +0000
parents 28677d779205
children
comparison
equal deleted inserted replaced
8953:1ebf4c3ab032 8954:75048549dc44
21 return CONTROL_UNKNOWN; 21 return CONTROL_UNKNOWN;
22 } 22 }
23 23
24 // init driver 24 // init driver
25 static int init(sh_video_t *sh){ 25 static int init(sh_video_t *sh){
26 return mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_BGR16); 26 return mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_BGR15);
27 } 27 }
28 28
29 // uninit driver 29 // uninit driver
30 static void uninit(sh_video_t *sh){ 30 static void uninit(sh_video_t *sh){
31 } 31 }