summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-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 842b9c49f5..5c3735eebc 100644
--- a/libvo/vo_opengl.c
+++ b/libvo/vo_opengl.c
@@ -2333,7 +2333,7 @@ static int preinit(struct vo *vo, const char *arg)
.swap_interval = vo_vsync,
.osd_color = 0xffffff,
.dither_depth = hq ? 0 : -1,
- .fbo_format = GL_RGB16,
+ .fbo_format = hq ? GL_RGB16 : GL_RGB,
.use_scale_sep = 1,
.use_fancy_downscaling = hq,
.scalers = {