summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-30 10:07:52 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-30 10:07:52 +0000
commite2cb51329286aeaf30da0fb417959d4667d0c726 (patch)
treedd09b8c45576a132dd2c08fde11c71e69a8c1ec8 /cfg-mencoder.h
parent4f3491bbdfc9adc41716a880cc0ed3b6dea2d74b (diff)
downloadmpv-e2cb51329286aeaf30da0fb417959d4667d0c726.tar.bz2
mpv-e2cb51329286aeaf30da0fb417959d4667d0c726.tar.xz
oops, forgot this with the softskip patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12356 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index a2f6ce2f0f..b6209e8237 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -207,6 +207,9 @@ m_option_t mencoder_opts[]={
{"autoexpand", &auto_expand, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"noautoexpand", &auto_expand, CONF_TYPE_FLAG, 0, 1, 0, NULL},
+ {"encodedups", &encode_duplicates, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"noencodedups", &encode_duplicates, CONF_TYPE_FLAG, 0, 1, 0, NULL},
+
// info header strings
{"info", info_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},