diff cfg-mencoder.h @ 12355:ba3b91392d92

oops, forgot this with the softskip patch
author rfelker
date Fri, 30 Apr 2004 10:07:52 +0000
parents 656a1b45b309
children 5dac21977312
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},