[Mplayer-cvslog] CVS: main mencoder.c,1.83,1.84 cfg-mencoder.h,1.26,1.27

Felix Buenemann atmosfear at users.sourceforge.net
Sun Feb 10 01:38:29 CET 2002


Am Sonntag, 10. Februar 2002 01:07 schrieb Richard Felker CVS:
> Index: cfg-mencoder.h
> ===================================================================
> RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v
> retrieving revision 1.26
> retrieving revision 1.27
> diff -u -r1.26 -r1.27
> --- cfg-mencoder.h      7 Feb 2002 20:22:03 -0000       1.26
> +++ cfg-mencoder.h      10 Feb 2002 00:07:34 -0000      1.27
> @@ -96,6 +96,8 @@
>         /* name, pointer, type, flags, min, max */
>         {"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0,
> NULL}, /* this must be the first!!! */ 
> +//     {"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
> +       {"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL},
>         {"endpos", parse_end_at, CONF_TYPE_FUNC_PARAM, 0, 0, 0, NULL},
>         
>         {"ofps", &force_ofps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL},
hmm, shouldn't this probably go into cfg-common.h and be removed frpm 
cfg-m[player|encoder].h ?
-- 
Best Regards,
	Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________



More information about the MPlayer-cvslog mailing list