summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-20 15:30:22 +0000
committeranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-20 15:30:22 +0000
commit30c2c12d50b1b6b3b2dda4ecc9ce40e951f57b33 (patch)
treefacfd96b7b63c5d3ef24cea4c7929d890a234b38 /cfg-mplayer.h
parent12dd9ded9cb31217a9a43a5404e35c0b1559becf (diff)
downloadmpv-30c2c12d50b1b6b3b2dda4ecc9ce40e951f57b33.tar.bz2
mpv-30c2c12d50b1b6b3b2dda4ecc9ce40e951f57b33.tar.xz
Added plugin for fractional resampling (alpha code)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3632 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
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}
};