]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/log.h
Merge commit '7763118cae4eb468b032dbd29af15a011c2c233b'
[ffmpeg] / libavutil / log.h
index f16e38221b42a9c53439df2cf9cbe53a7d01ec8d..48abd4a1b91103dfcd1db9f33c87a1f10777c2f0 100644 (file)
@@ -187,6 +187,14 @@ typedef struct AVClass {
 
 #define AV_LOG_MAX_OFFSET (AV_LOG_DEBUG - AV_LOG_QUIET)
 
+/**
+ * Sets additional colors for extended debugging sessions.
+ * Requires 256color terminal support. Use outside debugging is not
+ * recommended.
+ */
+
+#define AV_LOG_C(x) (x << 8)
+
 /**
  * @}
  */