mirror of https://github.com/mpv-player/mpv
BGR16 is not a valid format for this codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8955 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
00af23dfff
commit
62dab30a97
|
@ -23,7 +23,7 @@ static int control(sh_video_t *sh,int cmd,void* arg,...){
|
|||
|
||||
// init driver
|
||||
static int init(sh_video_t *sh){
|
||||
return mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_BGR16);
|
||||
return mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_BGR15);
|
||||
}
|
||||
|
||||
// uninit driver
|
||||
|
|
Loading…
Reference in New Issue