[FFmpeg-cvslog] avfilter/deshake_opencl: fix macro ()
Michael Niedermayer
git at videolan.org
Sat Jun 21 23:25:56 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Jun 21 23:05:43 2014 +0200| [84de3ed795d058b1affe4961c3bc83dc4cae1076] | committer: Michael Niedermayer
avfilter/deshake_opencl: fix macro ()
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84de3ed795d058b1affe4961c3bc83dc4cae1076
---
libavfilter/deshake_opencl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/deshake_opencl.c b/libavfilter/deshake_opencl.c
index caf2bf2..c66103c 100644
--- a/libavfilter/deshake_opencl.c
+++ b/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,
More information about the ffmpeg-cvslog
mailing list