1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

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.
This commit is contained in:
Anton Khirnov
2011-09-26 08:15:37 +02:00
parent 4ca59d1948
commit 182cbe433a
7 changed files with 45 additions and 0 deletions

View File

@@ -4668,6 +4668,7 @@ int main(int argc, char **argv)
{
struct sigaction sigact;
parse_loglevel(argc, argv, options);
av_register_all();
show_banner();