From: Fiona Glaser Date: Thu, 14 Jan 2010 05:07:30 +0000 (-0500) Subject: Make --fps force CFR mode X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0b73a76e891516f87412e89c2a298451741578ba;p=x264 Make --fps force CFR mode --- diff --git a/x264.c b/x264.c index 8c280aae..b3ab9b6d 100644 --- a/x264.c +++ b/x264.c @@ -1127,6 +1127,7 @@ static int Parse( int argc, char **argv, x264_param_t *param, cli_opt_t *opt ) goto generic_option; case OPT_FPS: b_user_fps = 1; + param->b_vfr_input = 0; goto generic_option; case OPT_INTERLACED: b_user_interlaced = 1;