X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fffmpeg%2Flibavfilter%2Fdeshake_opencl.c;h=c66103cb7b8fe8a3103219fdacf02e4070f90e5d;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=caf2bf2e2dbd6f4ec41004251c6cdaaa3b061665;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/ffmpeg/libavfilter/deshake_opencl.c b/src/third_party/ffmpeg/libavfilter/deshake_opencl.c index caf2bf2..c66103c 100644 --- a/src/third_party/ffmpeg/libavfilter/deshake_opencl.c +++ b/src/third_party/ffmpeg/libavfilter/deshake_opencl.c @@ -31,7 +31,7 @@ #include "libavutil/opencl_internal.h" #define PLANE_NUM 3 -#define ROUND_TO_16(a) ((((a - 1)/16)+1)*16) +#define ROUND_TO_16(a) (((((a) - 1)/16)+1)*16) int ff_opencl_transform(AVFilterContext *ctx, int width, int height, int cw, int ch,