summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/changes.rst
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 /DOCS/man/en/changes.rst
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 'DOCS/man/en/changes.rst')
-rw-r--r--DOCS/man/en/changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index c4fc3a0812..cdbfb8f0ab 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -52,7 +52,7 @@ General changes for mplayer2 to mplayer3
* Cleaned up terminal output (nicer status line, less useless noise)
* Support for playing URLs of popular streaming sites directly
(e.g. ``mplayer3 https://www.youtube.com/watch?v=...``)
-* Improved OpenGL output (``vo_gl3``)
+* Improved OpenGL output (``vo_opengl``)
* Make ``--softvol`` default (**mplayer3** is not a mixer control panel)
* Improved support for .cue files
* Screenshot improvements (can save screenshots as JPG, configurable filenames)