summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-31 13:57:37 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-31 13:57:37 +0000
commit99f1babca7fcaabf2b4b783b7e2c39fc0fb11fa7 (patch)
treeddacfa9e23941f67a1bc2c1dc1ed6d8f42baa747 /libvo
parent1b6809f32699b1bc0943efd5810f260147ca56ec (diff)
downloadmpv-99f1babca7fcaabf2b4b783b7e2c39fc0fb11fa7.tar.bz2
mpv-99f1babca7fcaabf2b4b783b7e2c39fc0fb11fa7.tar.xz
10l typo, nomanyfmts should be used against playback problems.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16881 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 431bd7f4e5..7bd85ed7e8 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -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