summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-23 16:10:00 +0200
committerwm4 <wm4@nowhere>2012-10-03 03:17:39 +0200
commit3611d1bf9ba6f34909108166aaa21deaffc72c57 (patch)
treecd7c2ee5c1a50140d417e7a1a761b6ac4f12cfd4 /mplayer.c
parent4ecb1b53debb54e5dccf460fb245416148afbfa8 (diff)
downloadmpv-3611d1bf9ba6f34909108166aaa21deaffc72c57.tar.bz2
mpv-3611d1bf9ba6f34909108166aaa21deaffc72c57.tar.xz
VO: actually rename VOs gl -> opengl-old, gl3 -> opengl
This renames vo_gl3 to vo_opengl, and makes it the default. The old vo_gl is still available under "opengl-old". We keep "gl3" as alias to "opengl" for short-term compatibility. For OSX/Cocoa, the autoprobe order changes (prefer the "opengl" over "opengl-old"). Remove "gl_nosw". This was a compatibility alias for "opengl-old", and there's no point in keeping it.
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 65c9731c53..7dc4137a3d 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -186,7 +186,7 @@ static const char av_desync_help_text[] = _(
" If you have PulseAudio, try --ao=alsa .\n"
"- Slow video output.\n"
" Try a different -vo driver (-vo help for a list) or try -framedrop!\n"
-"- Playing a video file with --vo=gl/gl3 with higher FPS than your monitor.\n"
+"- Playing a video file with --vo=opengl with higher FPS than the monitor.\n"
" This is due to vsync limiting the framerate. Try --no-vsync, or a\n"
" different VO.\n"
"- Playing from a slow network source.\n"