Mercurial > mplayer.hg
changeset 12355:ba3b91392d92
oops, forgot this with the softskip patch
author | rfelker |
---|---|
date | Fri, 30 Apr 2004 10:07:52 +0000 |
parents | 9a9c8d3b76a1 |
children | 6a61d694f7d3 |
files | cfg-mencoder.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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},