# HG changeset patch # User reimar # Date 1156440063 0 # Node ID 46fa785e90262542bca1a172a9e2c8dba017d099 # Parent 1dc1c55328e29516389f6275d811d4547c7ceaf0 A value of 2 is valid for noup, too diff -r 1dc1c55328e2 -r 46fa785e9026 libmpcodecs/vf_scale.c --- a/libmpcodecs/vf_scale.c Thu Aug 24 16:25:56 2006 +0000 +++ b/libmpcodecs/vf_scale.c Thu Aug 24 17:21:03 2006 +0000 @@ -614,7 +614,7 @@ // Note that here the 2 field is NULL (ie 0) // As we want this option to act on the option struct itself {"presize", 0, CONF_TYPE_OBJ_PRESETS, 0, 0, 0, &size_preset}, - {"noup", ST_OFF(noup), CONF_TYPE_INT, M_OPT_RANGE, 0, 1, NULL}, + {"noup", ST_OFF(noup), CONF_TYPE_INT, M_OPT_RANGE, 0, 2, NULL}, {"arnd", ST_OFF(accurate_rnd), CONF_TYPE_FLAG, 0, 0, 1, NULL}, { NULL, NULL, 0, 0, 0, 0, NULL } };