[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
- Previous message: [Mplayer-cvslog] CVS: main/libao2 fir.h,NONE,1.1 filter.h,NONE,1.1 pl_resample.c,NONE,1.1 Makefile,1.17,1.18 audio_plugin.h,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main/debian changelog,1.9,1.10 control,1.9,1.10 copyright,1.4,1.5 dirs,1.2,1.3 rules,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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}
};
- Previous message: [Mplayer-cvslog] CVS: main/libao2 fir.h,NONE,1.1 filter.h,NONE,1.1 pl_resample.c,NONE,1.1 Makefile,1.17,1.18 audio_plugin.h,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main/debian changelog,1.9,1.10 control,1.9,1.10 copyright,1.4,1.5 dirs,1.2,1.3 rules,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list