changeset 16012:f9e53883dfd2

Enable manyfmts by default for vo_gl
author reimar
date Tue, 19 Jul 2005 08:42:55 +0000
parents 346c1fed56fe
children 4ee24ec6ac16
files ChangeLog libvo/vo_gl.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jul 19 05:34:09 2005 +0000
+++ b/ChangeLog	Tue Jul 19 08:42:55 2005 +0000
@@ -13,6 +13,8 @@
     Driver:
     * JACK audio output rewritten without bio2jack
     * OpenGL video output modules support -geometry and -wid options
+    * for -vo gl manyfmts is now default (since it is a lot faster), use
+      -vo gl:nomanyfmts if it does not work for you.
 
     Decoders:
     * Indeo2 (RT21) support via lavc
--- a/libvo/vo_gl.c	Tue Jul 19 05:34:09 2005 +0000
+++ b/libvo/vo_gl.c	Tue Jul 19 08:42:55 2005 +0000
@@ -493,7 +493,7 @@
 static uint32_t preinit(const char *arg)
 {
     // set defaults
-    many_fmts = 0;
+    many_fmts = 1;
     use_osd = 1;
     scaled_osd = 0;
     use_aspect = 1;