X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_removelogo.c;h=dd7629f9c8b9739e64c72997ac9b78135c826425;hb=8bc80016c18d3b6e5b67f08e0dc8f0c6ae8ab233;hp=555517f83d9221b793957b487ecdf2374ad004a2;hpb=c74b3983f99a2a177904bd0b997528c1185e1231;p=ffmpeg diff --git a/libavfilter/vf_removelogo.c b/libavfilter/vf_removelogo.c index 555517f83d9..dd7629f9c8b 100644 --- a/libavfilter/vf_removelogo.c +++ b/libavfilter/vf_removelogo.c @@ -114,7 +114,7 @@ AVFILTER_DEFINE_CLASS(removelogo); * opinion. This will calculate only at init-time, so you can put a * long expression here without effecting performance. */ -#define apply_mask_fudge_factor(x) (((x) >> 2) + x) +#define apply_mask_fudge_factor(x) (((x) >> 2) + (x)) /** * Pre-process an image to give distance information.