From 30c2c12d50b1b6b3b2dda4ecc9ce40e951f57b33 Mon Sep 17 00:00:00 2001 From: anders Date: Thu, 20 Dec 2001 15:30:22 +0000 Subject: Added plugin for fractional resampling (alpha code) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3632 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 43aeb80e1f..ed76bdeb69 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -83,6 +83,7 @@ struct config ao_plugin_conf[]={ {"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} }; -- cgit v1.2.3