summaryrefslogtreecommitdiffstats
path: root/libvo/vo_opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_opengl.c')
-rw-r--r--libvo/vo_opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_opengl.c b/libvo/vo_opengl.c
index 111f5dcd11..842b9c49f5 100644
--- a/libvo/vo_opengl.c
+++ b/libvo/vo_opengl.c
@@ -2329,7 +2329,7 @@ static int preinit(struct vo *vo, const char *arg)
.vo = vo,
.colorspace = MP_CSP_DETAILS_DEFAULTS,
.use_npot = 1,
- .use_pbo = 0,
+ .use_pbo = hq,
.swap_interval = vo_vsync,
.osd_color = 0xffffff,
.dither_depth = hq ? 0 : -1,