CVS: main cfg-mencoder.h,1.82,1.83
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},
Richard Felker CVS writes:
--- 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},
Rich, could you please document these options? Diego
Diego Biurrun writes:
Richard Felker CVS writes:
--- 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},
Rich, could you please document these options?
Rich, could you (or somebody else) please do this now that you are back. I plan to have all options documented soon, this is one of the last missing ones. Diego
participants (2)
-
Diego Biurrun -
syncmail@mplayerhq.hu