# HG changeset patch # User rfelker # Date 1083319672 0 # Node ID ba3b91392d92bc1b56a5de779f1d18512015c7bb # Parent 9a9c8d3b76a160743f87084cd631f95cd9203cc4 oops, forgot this with the softskip patch diff -r 9a9c8d3b76a1 -r ba3b91392d92 cfg-mencoder.h --- a/cfg-mencoder.h Fri Apr 30 09:46:54 2004 +0000 +++ b/cfg-mencoder.h Fri Apr 30 10:07:52 2004 +0000 @@ -207,6 +207,9 @@ {"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},