summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/gl_video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index ec6b966374..15bedbd9c5 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -365,6 +365,7 @@ const struct gl_video_opts gl_video_opts_hq_def = {
.background = {0, 0, 0, 255},
.gamma = 1.0f,
.blend_subs = 0,
+ .pbo = 1,
};
static int validate_scaler_opt(struct mp_log *log, const m_option_t *opt,