summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-19 08:42:55 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-19 08:42:55 +0000
commitde6925b9790dede401811997de66f307a5cf3031 (patch)
tree6762239cadc2d7d8895eb25fd65a3040d8a663f6 /libvo
parent14b9a6e7cc87f333cd399d920d45a2ba095b10b1 (diff)
downloadmpv-de6925b9790dede401811997de66f307a5cf3031.tar.bz2
mpv-de6925b9790dede401811997de66f307a5cf3031.tar.xz
Enable manyfmts by default for vo_gl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16013 b3059339-0415-0410-9bf9-f77b7e298cf2
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;