X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Flog.h;h=26c806f64416a8dc2e4db3dd9f5870f308fd3573;hb=a8cedbebf163ad376abc4703b3156c44d0858404;hp=02a0e1ac8ce22e7beb1dc357f6a1bb598b78f48b;hpb=c065255bba62ebef145f80cd8d805ef1a9eca133;p=ffmpeg diff --git a/libavutil/log.h b/libavutil/log.h index 02a0e1ac8ce..26c806f6441 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -124,6 +124,8 @@ typedef struct AVClass { */ #define AV_LOG_DEBUG 48 +#define AV_LOG_MAX_OFFSET (AV_LOG_DEBUG - AV_LOG_QUIET) + /** * Send the specified message to the log if the level is less than or equal * to the current av_log_level. By default, all logging messages are sent to