From 4db84bac1353247dc7585cb78859c8085d9c556e Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Tue, 7 May 2013 16:37:27 +0200 Subject: lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT. --- libavfilter/unsharp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavfilter/unsharp.h') diff --git a/libavfilter/unsharp.h b/libavfilter/unsharp.h index 0add8aa7fa..c2259298f6 100644 --- a/libavfilter/unsharp.h +++ b/libavfilter/unsharp.h @@ -30,9 +30,6 @@ #define MIN_MATRIX_SIZE 3 #define MAX_MATRIX_SIZE 63 -/* right-shift and round-up */ -#define SHIFTUP(x,shift) (-((-(x))>>(shift))) - #if CONFIG_OPENCL typedef struct { -- cgit v1.2.3