mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
avfilter/vf_removelogo: Add () to protect the argument of apply_mask_fudge_factor()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user