From 182cbe433aea20b0d9627d40de7c75713ec736db Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 26 Sep 2011 08:15:37 +0200 Subject: avtools: parse loglevel before all the other options. This way it can be applied to cmdutils too -- e.g. showing the banner and printing startup messages. --- avconv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'avconv.c') diff --git a/avconv.c b/avconv.c index 9e2fac7f3b..9d3eb7c07b 100644 --- a/avconv.c +++ b/avconv.c @@ -4019,6 +4019,7 @@ int main(int argc, char **argv) reset_options(&o); av_log_set_flags(AV_LOG_SKIP_REPEATED); + parse_loglevel(argc, argv, options); avcodec_register_all(); #if CONFIG_AVDEVICE -- cgit v1.2.3