From 65fbc2f04c3c17367b0329cf2d9403e5a1e0dff8 Mon Sep 17 00:00:00 2001 From: Anton Mitrofanov Date: Mon, 5 Jul 2010 17:44:15 +0400 Subject: [PATCH] Fix disabling of progress with --log-level --- x264.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/x264.c b/x264.c index e6d27d1..52af0c7 100644 --- a/x264.c +++ b/x264.c @@ -1090,6 +1090,7 @@ static int Parse( int argc, char **argv, x264_param_t *param, cli_opt_t *opt ) else cli_log_level = atoi( optarg ); param->i_log_level = cli_log_level; + break; case OPT_NOPROGRESS: opt->b_progress = 0; break; -- 1.6.1.9.g97c34