Browse Source

avfilter/deshake_opencl: fix macro ()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
84de3ed795
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/deshake_opencl.c

+ 1
- 1
libavfilter/deshake_opencl.c View File

@@ -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,


Loading…
Cancel
Save