summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRijnder Wever <rien334@gmail.com>2019-11-26 11:28:59 +0100
committerjaseg <githubaccount@jaseg.net>2019-11-26 12:13:57 +0100
commit9d6d973f91e993fb5fcdd60d279a865e77697f8f (patch)
tree08c2d67d5a8ca2de438ea5e9c890956491813cdf /README.rst
parent4f69531721e3d6afdfb08277bccfba12ed0c3c14 (diff)
downloadpython-mpv-9d6d973f91e993fb5fcdd60d279a865e77697f8f.tar.gz
python-mpv-9d6d973f91e993fb5fcdd60d279a865e77697f8f.tar.bz2
python-mpv-9d6d973f91e993fb5fcdd60d279a865e77697f8f.zip
README - vo "opengl" doesn't exist anymore
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 86b4205..c609969 100644
--- a/README.rst
+++ b/README.rst
@@ -98,7 +98,7 @@ Logging, Properties, Python Key Bindings, Screenshots and youtube-dl
player.fullscreen = True
player.loop_playlist = 'inf'
# Option access, in general these require the core to reinitialize
- player['vo'] = 'opengl'
+ player['vo'] = 'gpu'
@player.on_key_press('q')
def my_q_binding():