[Mplayer-cvslog] CVS: main cfg-common.h,1.48,1.49
Alban Bedel CVS
albeu at mplayerhq.hu
Sat Jul 20 15:53:55 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk about.c,1.7,1.8 eq.c,1.3,1.4 fs.c,1.18,1.19 mb.c,1.8,1.9 pl.c,1.4,1.5 sb.c,1.9,1.10 url.c,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_xvid.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv29885
Modified Files:
cfg-common.h
Log Message:
Add direct rendering method 2
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- cfg-common.h 8 Jul 2002 07:20:37 -0000 1.48
+++ cfg-common.h 20 Jul 2002 13:53:40 -0000 1.49
@@ -137,6 +137,9 @@
#ifdef USE_LIBAVCODEC
{"lavdopts", lavc_decode_opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
#endif
+#ifdef HAVE_XVID
+ {"xvidopts", xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+#endif
// ------------------------- subtitles options --------------------
#ifdef USE_SUB
@@ -257,6 +260,10 @@
#ifdef USE_LIBAVCODEC
extern struct config lavc_decode_opts_conf[];
+#endif
+
+#ifdef HAVE_XVID
+extern struct config xvid_dec_opts[];
#endif
#endif
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk about.c,1.7,1.8 eq.c,1.3,1.4 fs.c,1.18,1.19 mb.c,1.8,1.9 pl.c,1.4,1.5 sb.c,1.9,1.10 url.c,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vd_xvid.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list