diff options
author | Rijnder Wever <rien334@gmail.com> | 2019-11-26 11:28:59 +0100 |
---|---|---|
committer | jaseg <githubaccount@jaseg.net> | 2019-11-26 12:13:57 +0100 |
commit | 9d6d973f91e993fb5fcdd60d279a865e77697f8f (patch) | |
tree | 08c2d67d5a8ca2de438ea5e9c890956491813cdf /README.rst | |
parent | 4f69531721e3d6afdfb08277bccfba12ed0c3c14 (diff) | |
download | python-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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(): |