From 9d6d973f91e993fb5fcdd60d279a865e77697f8f Mon Sep 17 00:00:00 2001 From: Rijnder Wever Date: Tue, 26 Nov 2019 11:28:59 +0100 Subject: README - vo "opengl" doesn't exist anymore --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') 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(): -- cgit