mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-08 13:38:07 +00:00
avfilter/deshake_opencl: fix macro ()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
04776cedec
commit
84de3ed795
@ -31,7 +31,7 @@
|
|||||||
#include "libavutil/opencl_internal.h"
|
#include "libavutil/opencl_internal.h"
|
||||||
|
|
||||||
#define PLANE_NUM 3
|
#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 ff_opencl_transform(AVFilterContext *ctx,
|
||||||
int width, int height, int cw, int ch,
|
int width, int height, int cw, int ch,
|
||||||
|
Loading…
Reference in New Issue
Block a user