[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.112,1.113

Anders Johansson anders at mplayer.dev.hu
Thu Dec 20 16:30:24 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv16035

Modified Files:
	cfg-mplayer.h 
Log Message:
Added plugin for fractional resampling (alpha code)

Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- cfg-mplayer.h	16 Dec 2001 23:59:28 -0000	1.112
+++ cfg-mplayer.h	20 Dec 2001 15:30:22 -0000	1.113
@@ -83,6 +83,7 @@
 	{"list", &ao_plugin_cfg.plugin_list, CONF_TYPE_STRING, 0, 0, 0},
 	{"delay", &ao_plugin_cfg.pl_delay_len, CONF_TYPE_INT, CONF_MIN, 0, 0},
 	{"format", &ao_plugin_cfg.pl_format_type, CONF_TYPE_INT, CONF_MIN, 0, 0},
+	{"fout", &ao_plugin_cfg.pl_resample_fout, CONF_TYPE_INT, CONF_MIN, 0, 0},
 	{NULL, NULL, 0, 0, 0, 0}
 };
 




More information about the MPlayer-cvslog mailing list