mirror of https://github.com/mpv-player/mpv
Alex! Never write bottlenecks, ok?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4460 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e815c5f44c
commit
68daf88d48
|
@ -225,9 +225,10 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
|
|||
image_depth = 16;
|
||||
break;
|
||||
default:
|
||||
image_depth = 16;
|
||||
mp_msg(MSGT_VO, MSGL_FATAL, "Unknown image format: %s\n",
|
||||
vo_format_name(format));
|
||||
return(-1);
|
||||
break;
|
||||
}
|
||||
|
||||
if (X_already_started)
|
||||
|
|
Loading…
Reference in New Issue