]> git.sesse.net Git - x264/commitdiff
Fix disabling of progress with --log-level
authorAnton Mitrofanov <BugMaster@narod.ru>
Mon, 5 Jul 2010 13:44:15 +0000 (17:44 +0400)
committerFiona Glaser <fiona@x264.com>
Fri, 9 Jul 2010 22:50:48 +0000 (15:50 -0700)
x264.c

diff --git a/x264.c b/x264.c
index e6d27d177344c303c2780f2f60afe31436d39fc2..52af0c7b3c7ad6463652cbf6c6259b9c959d502e 100644 (file)
--- 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;