[x264-devel] commit: Fix disabling of progress with --log-level (Anton Mitrofanov )
git at videolan.org
git at videolan.org
Thu Jul 15 04:08:56 CEST 2010
x264 | branch: stable | Anton Mitrofanov <BugMaster at narod.ru> | Mon Jul 5 17:44:15 2010 +0400| [ce136d6721d38fbdf57683304dabbb1ba973effe] | committer: Jason Garrett-Glaser
Fix disabling of progress with --log-level
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=ce136d6721d38fbdf57683304dabbb1ba973effe
---
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;
More information about the x264-devel
mailing list