summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-05 17:08:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-05 17:08:55 +0000
commite4b10f79fd86d1d562bd2984c3226513863bc9a3 (patch)
treeb62799c8d253fe80fdde418509202dd5e412d22c /cfg-mencoder.h
parent9094281ecf4ce6471a722cd1f580e2f5392ecaf2 (diff)
downloadmpv-e4b10f79fd86d1d562bd2984c3226513863bc9a3.tar.bz2
mpv-e4b10f79fd86d1d562bd2984c3226513863bc9a3.tar.xz
Duplicate -include option moved to cfg-common.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11923 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index d542407535..9e1a50d33c 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -162,7 +162,6 @@ m_option_t of_conf[]={
m_option_t mencoder_opts[]={
/* name, pointer, type, flags, min, max */
- {"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL}, /* this must be the first!!! */
{"endpos", parse_end_at, CONF_TYPE_FUNC_PARAM, 0, 0, 0, NULL},