diff options
author | wm4 <wm4@nowhere> | 2016-09-17 13:15:06 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-09-17 13:15:06 +0200 |
commit | 902834534493667b90a76e2deb9d53397ff62549 (patch) | |
tree | f0ce099ca159265d38a6e5979dc5a8fbab5f7da6 | |
parent | 169b63046ab4f217038b7f3c193d742c904b64c4 (diff) | |
download | mpv-displaylinktests.tar.bz2 mpv-displaylinktests.tar.xz |
comment glFlushdisplaylinktests
-rw-r--r-- | video/out/opengl/video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c index 4b17d1ce12..330d1e6f74 100644 --- a/video/out/opengl/video.c +++ b/video/out/opengl/video.c @@ -2789,7 +2789,7 @@ done: // The playloop calls this last before waiting some time until it decides // to call flip_page(). Tell OpenGL to start execution of the GPU commands // while we sleep (this happens asynchronously). - gl->Flush(); + //gl->Flush(); p->frames_rendered++; |