comparison libmpcodecs/vd_qtrle.c @ 5124:3dcbf67c0de0

handle error from mpcodecs_config_vo()
author arpi
date Sat, 16 Mar 2002 01:10:31 +0000
parents 11d8bf468334
children 180e27f21ff2
comparison
equal deleted inserted replaced
5123:f999c7c4b08c 5124:3dcbf67c0de0
31 " this Quicktime file to the MPlayer FTP, the team could look at it.\n", 31 " this Quicktime file to the MPlayer FTP, the team could look at it.\n",
32 sh->bih->biBitCount); 32 sh->bih->biBitCount);
33 return 0; 33 return 0;
34 } 34 }
35 35
36 mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_BGR24); 36 return mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_BGR24);
37 return 1;
38 } 37 }
39 38
40 // uninit driver 39 // uninit driver
41 static void uninit(sh_video_t *sh){ 40 static void uninit(sh_video_t *sh){
42 } 41 }