diff cfg-mplayer.h @ 3631:5f5189ac6a41

Added plugin for fractional resampling (alpha code)
author anders
date Thu, 20 Dec 2001 15:30:22 +0000
parents 88ea5b89a09e
children 18cca6a6816c
line wrap: on
line diff
--- a/cfg-mplayer.h	Thu Dec 20 08:02:38 2001 +0000
+++ b/cfg-mplayer.h	Thu Dec 20 15:30:22 2001 +0000
@@ -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}
 };