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. --- avprobe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'avprobe.c') diff --git a/avprobe.c b/avprobe.c index 5e83916f87..ae22dac648 100644 --- a/avprobe.c +++ b/avprobe.c @@ -399,6 +399,7 @@ int main(int argc, char **argv) { int ret; + parse_loglevel(argc, argv, options); av_register_all(); init_opts(); #if CONFIG_AVDEVICE -- cgit v1.2.3