mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 08:57:49 +00:00
cmdutils: Fix loglevel for -debug
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8937afd39f
commit
e9adeeec98
3 changed files with 9 additions and 0 deletions
|
@ -423,6 +423,12 @@ int opt_loglevel(const char *opt, const char *arg)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int opt_codec_debug(const char *opt, const char *arg)
|
||||
{
|
||||
av_log_set_level(AV_LOG_DEBUG);
|
||||
return opt_default(opt, arg);
|
||||
}
|
||||
|
||||
int opt_timelimit(const char *opt, const char *arg)
|
||||
{
|
||||
#if HAVE_SETRLIMIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue