From a37c81017320997dc7bcf8d290b31851c4b19bb5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Oct 2013 17:50:49 +0200 Subject: vo_opengl: don't enable PBOs with opengl-hq The speed advantages are marginal (at least with the way it's currently used), and it might actually be slower on some drivers, like Mesa. --- video/out/vo_opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video') diff --git a/video/out/vo_opengl.c b/video/out/vo_opengl.c index 03d1689667..4a67231770 100644 --- a/video/out/vo_opengl.c +++ b/video/out/vo_opengl.c @@ -383,5 +383,5 @@ const struct vo_driver video_out_opengl_hq = { .uninit = uninit, .priv_size = sizeof(struct gl_priv), .options = options, - .init_option_string = "lscale=lanczos2:dither-depth=auto:pbo:fbo-format=rgb16", + .init_option_string = "lscale=lanczos2:dither-depth=auto:fbo-format=rgb16", }; -- cgit v1.2.3