[MPlayer-cvslog] r19526 - trunk/libmpcodecs/vf_scale.c
reimar
subversion at mplayerhq.hu
Thu Aug 24 19:21:03 CEST 2006
Author: reimar
Date: Thu Aug 24 19:21:03 2006
New Revision: 19526
Modified:
trunk/libmpcodecs/vf_scale.c
Log:
A value of 2 is valid for noup, too
Modified: trunk/libmpcodecs/vf_scale.c
==============================================================================
--- trunk/libmpcodecs/vf_scale.c (original)
+++ trunk/libmpcodecs/vf_scale.c Thu Aug 24 19:21:03 2006
@@ -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 }
};
More information about the MPlayer-cvslog
mailing list