From e2cb51329286aeaf30da0fb417959d4667d0c726 Mon Sep 17 00:00:00 2001 From: rfelker Date: Fri, 30 Apr 2004 10:07:52 +0000 Subject: oops, forgot this with the softskip patch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12356 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mencoder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cfg-mencoder.h') 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}, -- cgit v1.2.3