summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 8edaa84859..5c729e0c2c 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -493,7 +493,7 @@ static opt_t subopts[] = {
static uint32_t preinit(const char *arg)
{
// set defaults
- many_fmts = 0;
+ many_fmts = 1;
use_osd = 1;
scaled_osd = 0;
use_aspect = 1;