CVS: main/libmpcodecs vf_expand.c,1.23,1.24
Update of /cvsroot/mplayer/main/libmpcodecs In directory mail:/var/tmp.root/cvs-serv23391/libmpcodecs Modified Files: vf_expand.c Log Message: And 10L their, i should have started to read vop.txt sooner ;) Index: vf_expand.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_expand.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- vf_expand.c 15 Mar 2003 18:49:33 -0000 1.23 +++ vf_expand.c 15 Mar 2003 20:59:16 -0000 1.24 @@ -362,10 +362,10 @@ #define ST_OFF(f) M_ST_OFF(struct vf_priv_s,f) static m_option_t vf_opts_fields[] = { - {"w", ST_OFF(exp_w), CONF_TYPE_INT, M_OPT_MIN,1 ,0, NULL}, - {"h", ST_OFF(exp_h), CONF_TYPE_INT, M_OPT_MIN,1 ,0, NULL}, - {"x", ST_OFF(exp_x), CONF_TYPE_INT, M_OPT_MIN, 1, 0, NULL}, - {"y", ST_OFF(exp_y), CONF_TYPE_INT, M_OPT_MIN, 1, 0, NULL}, + {"w", ST_OFF(exp_w), CONF_TYPE_INT, 0, 0 ,0, NULL}, + {"h", ST_OFF(exp_h), CONF_TYPE_INT, 0, 0 ,0, NULL}, + {"x", ST_OFF(exp_x), CONF_TYPE_INT, M_OPT_MIN, -1, 0, NULL}, + {"y", ST_OFF(exp_y), CONF_TYPE_INT, M_OPT_MIN, -1, 0, NULL}, {"osd", ST_OFF(osd), CONF_TYPE_FLAG, 0 , 0, 1, NULL}, { NULL, NULL, 0, 0, 0, 0, NULL } };
participants (1)
-
Alban Bedel CVS