summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/log.c b/libavutil/log.c
index 93a156b8e4..e8a0db7716 100644
--- a/libavutil/log.c
+++ b/libavutil/log.c
@@ -226,6 +226,8 @@ static const char *get_level_str(int level)
return "quiet";
case AV_LOG_DEBUG:
return "debug";
+ case AV_LOG_TRACE:
+ return "trace";
case AV_LOG_VERBOSE:
return "verbose";
case AV_LOG_INFO: