README - vo "opengl" doesn't exist anymore

This commit is contained in:
Rijnder Wever 2019-11-26 11:28:59 +01:00 committed by jaseg
parent 4f69531721
commit 9d6d973f91

View file

@ -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():