summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-27 20:42:19 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-27 20:42:19 +0000
commit30f755c5fb3e5579da26d33a9a2b7b5f6fbe1366 (patch)
treec5f18b06255fd154974b0e47a835458d5c2e4367 /cfg-common.h
parentbc2d0751ba86c65d945531cf9333aa6db77e08a9 (diff)
downloadmpv-30f755c5fb3e5579da26d33a9a2b7b5f6fbe1366.tar.bz2
mpv-30f755c5fb3e5579da26d33a9a2b7b5f6fbe1366.tar.xz
New option -audiofile-cache to enable a cache for the stream used by
-audiofile git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9712 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 1b6b954e45..d4898975a0 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -91,6 +91,7 @@
// demuxer.c - select audio/sub file/demuxer
{ "audiofile", &audio_stream, CONF_TYPE_STRING, 0, 0, 0, NULL },
+ { "audiofile-cache", &audio_stream_cache, CONF_TYPE_INT, CONF_RANGE, 50, 65536, NULL},
{ "subfile", &sub_stream, CONF_TYPE_STRING, 0, 0, 0, NULL },
{ "demuxer", &demuxer_type, CONF_TYPE_INT, CONF_RANGE, 1, DEMUXER_TYPE_MAX, NULL },
{ "audio-demuxer", &audio_demuxer_type, CONF_TYPE_INT, CONF_RANGE, 1, DEMUXER_TYPE_MAX, NULL },
@@ -323,6 +324,7 @@ struct config tvopts_conf[]={
extern struct config dvbin_opts_conf[];
#endif
+extern int audio_stream_cache;
extern int sws_chr_vshift;
extern int sws_chr_hshift;