X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Flog.h;h=993a4f5bed4c3f7048d1b70e06d9fc537f8ab817;hb=dc6eadaa458aa2e3ce407459b37e8f8403e455b4;hp=e1ff09bc65b0c7afb6e0d433f7c0421c5c94a256;hpb=fa321cc0c8edabc790bcea41ceeecb226ed8d5a5;p=ffmpeg diff --git a/libavutil/log.h b/libavutil/log.h index e1ff09bc65b..993a4f5bed4 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -209,7 +209,7 @@ typedef struct AVClass { * Requires 256color terminal support. Uses outside debugging is not * recommended. */ -#define AV_LOG_C(x) (x << 8) +#define AV_LOG_C(x) ((x) << 8) /** * Send the specified message to the log if the level is less than or equal