---
libavutil/log.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavutil/log.h b/libavutil/log.h
index db7eb3f..321748c 100644
--- a/libavutil/log.h
+++ b/libavutil/log.h
@@ -196,13 +196,13 @@ typedef struct AVClass {
*/
#define AV_LOG_DEBUG 48
-#define AV_LOG_MAX_OFFSET (AV_LOG_DEBUG - AV_LOG_QUIET)
-
/**
* Extremely verbose debugging, useful for libav* development.
*/
#define AV_LOG_TRACE 56
+#define AV_LOG_MAX_OFFSET (AV_LOG_TRACE - AV_LOG_QUIET)
+
/**
* @}
*/
--
2.0.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel