mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
Print width before height,
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31010 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
475a831ac8
commit
5e8cfc7230
@ -208,7 +208,7 @@ static int initTextures(void)
|
||||
else
|
||||
texture_height /= 2;
|
||||
|
||||
mp_msg (MSGT_VO, MSGL_V, "[%dx%d] !\n", texture_height, texture_width);
|
||||
mp_msg (MSGT_VO, MSGL_V, "[%dx%d] !\n", texture_width, texture_height);
|
||||
|
||||
if(texture_width < 64 || texture_height < 64) {
|
||||
mp_msg (MSGT_VO, MSGL_FATAL, "[gl2] Give up .. usable texture size not avaiable, or texture config error !\n");
|
||||
|
Loading…
Reference in New Issue
Block a user