You've already forked FFmpeg
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:
@@ -4668,6 +4668,7 @@ int main(int argc, char **argv)
|
||||
{
|
||||
struct sigaction sigact;
|
||||
|
||||
parse_loglevel(argc, argv, options);
|
||||
av_register_all();
|
||||
|
||||
show_banner();
|
||||
|
||||
Reference in New Issue
Block a user