[Mplayer-cvslog] CVS: main cfg-mencoder.h,1.82,1.83
Richard Felker CVS
syncmail at mplayerhq.hu
Fri Apr 30 12:07:54 CEST 2004
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv27829
Modified Files:
cfg-mencoder.h
Log Message:
oops, forgot this with the softskip patch
Index: cfg-mencoder.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- cfg-mencoder.h 24 Mar 2004 15:16:36 -0000 1.82
+++ cfg-mencoder.h 30 Apr 2004 10:07:52 -0000 1.83
@@ -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},
More information about the MPlayer-cvslog
mailing list