1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 19:05:33 +00:00

10l typo, nomanyfmts should be used against playback problems.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16881 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-10-31 13:57:37 +00:00
parent 1b6809f326
commit 99f1babca7

View File

@ -760,7 +760,7 @@ static int preinit(const char *arg)
gl_target = GL_TEXTURE_2D;
if (many_fmts)
mp_msg (MSGT_VO, MSGL_INFO, "[gl] using extended formats. "
"Use -vo gl:manyfmts if playback fails.\n");
"Use -vo gl:nomanyfmts if playback fails.\n");
mp_msg (MSGT_VO, MSGL_V, "[gl] Using %d as slice height "
"(0 means image height).\n", slice_height);
if( !vo_init() ) return -1; // Can't open X11