summaryrefslogtreecommitdiffstats
path: root/video/out/vo_opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_opengl.c')
-rw-r--r--video/out/vo_opengl.c2
1 files changed, 1 insertions, 1 deletions
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",
};