summaryrefslogtreecommitdiff
path: root/vp8/common/idctllm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/idctllm.c')
-rw-r--r--vp8/common/idctllm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/idctllm.c b/vp8/common/idctllm.c
index b2523ba7c..75ce8d44d 100644
--- a/vp8/common/idctllm.c
+++ b/vp8/common/idctllm.c
@@ -389,7 +389,7 @@ void vp8_short_idct8x8_c(short *coefs, short *block, int pitch)
void vp8_short_ihaar2x2_c(short *input, short *output, int pitch)
{
- int i, x;
+ int i;
short *ip = input; //0,1, 4, 8
short *op = output;
for (i = 0; i < 16; i++)