From cd24fdcd5a1acd8e6115814f5a0180224c1af7ed Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 19 Dec 2015 16:26:36 +0100 Subject: vo_opengl: disable pbo by defaults for opengl-hq Too many problems. --- video/out/opengl/video.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/opengl/video.c') diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c index b2dd4564d0..7266d1063a 100644 --- a/video/out/opengl/video.c +++ b/video/out/opengl/video.c @@ -373,7 +373,6 @@ const struct gl_video_opts gl_video_opts_hq_def = { .background = {0, 0, 0, 255}, .gamma = 1.0f, .blend_subs = 0, - .pbo = 1, .deband = 1, .prescale_passes = 1, .prescale_downscaling_threshold = 2.0f, -- cgit v1.2.3