# HG changeset patch # User albeu # Date 1047761956 0 # Node ID f9222b8a51660650c08c6dea72f64a63ccd60003 # Parent 74e8cd83708f3ce530bab375670ece95931bab09 And 10L their, i should have started to read vop.txt sooner ;) diff -r 74e8cd83708f -r f9222b8a5166 libmpcodecs/vf_expand.c --- a/libmpcodecs/vf_expand.c Sat Mar 15 20:55:33 2003 +0000 +++ b/libmpcodecs/vf_expand.c Sat Mar 15 20:59:16 2003 +0000 @@ -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 } };