ffmpeg | branch: master | Carl Eugen Hoyos <ceffm...@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:

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to