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: