summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 02:54:21 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 02:54:21 +0000
commitcdf72d75d2a3b4c90f180bc90d1e8db6afadacad (patch)
tree39ea9aec58d59b85f2ca97d51e447414acc9ba00 /cfg-common.h
parent89a297804a160326d080e74a111aeacb19be17b6 (diff)
downloadmpv-cdf72d75d2a3b4c90f180bc90d1e8db6afadacad.tar.bz2
mpv-cdf72d75d2a3b4c90f180bc90d1e8db6afadacad.tar.xz
supporting -tv outfmt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2817 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index b2fd24dc06..ffd55227fe 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -100,6 +100,7 @@ struct config tvopts_conf[]={
{"width", &tv_param_width, CONF_TYPE_INT, 0, 0, 4096},
{"height", &tv_param_height, CONF_TYPE_INT, 0, 0, 4096},
{"input", &tv_param_input, CONF_TYPE_INT, 0, 0, 20},
+ {"outfmt", &tv_param_outfmt, CONF_TYPE_STRING, 0, 0, 0},
{NULL, NULL, 0, 0, 0, 0}
};
#endif