[MPlayer-cvslog] CVS: main/libvo vo_gl.c,1.72,1.73
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Tue Jul 19 10:42:57 CEST 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv28633/libvo
Modified Files:
vo_gl.c
Log Message:
Enable manyfmts by default for vo_gl
Index: vo_gl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- vo_gl.c 18 Jun 2005 18:32:29 -0000 1.72
+++ vo_gl.c 19 Jul 2005 08:42:55 -0000 1.73
@@ -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;
More information about the MPlayer-cvslog
mailing list