[FFmpeg-cvslog] lavu/log: Also print the log level for level trace.

Carl Eugen Hoyos git at videolan.org
Mon Dec 16 21:53:38 EET 2019


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Mon Dec 16 13:08:40 2019 +0100| [84db67894f9aec4aa0c8df67265019e0391c7572] | committer: Carl Eugen Hoyos

lavu/log: Also print the log level for level trace.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84db67894f9aec4aa0c8df67265019e0391c7572
---

 libavutil/log.c | 2 ++
 1 file changed, 2 insertions(+)

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:



More information about the ffmpeg-cvslog mailing list