mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
log: Introduce a more verbose debug level
And deprecate av_dlog macro.
This commit is contained in:
parent
b8d7f3186e
commit
c253340ae6
6 changed files with 24 additions and 4 deletions
|
|
@ -724,6 +724,7 @@ int opt_loglevel(void *optctx, const char *opt, const char *arg)
|
|||
{ "info" , AV_LOG_INFO },
|
||||
{ "verbose", AV_LOG_VERBOSE },
|
||||
{ "debug" , AV_LOG_DEBUG },
|
||||
{ "trace" , AV_LOG_TRACE },
|
||||
};
|
||||
char *tail;
|
||||
int level;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue