summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_decimate.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_decimate.c')
-rw-r--r--libavfilter/vf_decimate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_decimate.c b/libavfilter/vf_decimate.c
index b81c3ee..0d89b81 100644
--- a/libavfilter/vf_decimate.c
+++ b/libavfilter/vf_decimate.c
@@ -63,7 +63,7 @@ static int diff_planes(AVFilterContext *ctx,
int x, y;
int d, c = 0;
int t = (w/16)*(h/16)*decimate->frac;
- DCTELEM block[8*8];
+ int16_t block[8*8];
/* compute difference for blocks of 8x8 bytes */
for (y = 0; y < h-7; y += 4) {
OpenPOWER on IntegriCloud