summaryrefslogtreecommitdiff
path: root/vp8/common/dequantize.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/dequantize.h')
-rw-r--r--vp8/common/dequantize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/dequantize.h b/vp8/common/dequantize.h
index f66cf2bac..429359190 100644
--- a/vp8/common/dequantize.h
+++ b/vp8/common/dequantize.h
@@ -14,7 +14,7 @@
#include "vp8/common/blockd.h"
#define prototype_dequant_block(sym) \
- void sym(BLOCKD *x)
+ void sym(BLOCKD *x, short *DQC)
#define prototype_dequant_idct_add(sym) \
void sym(short *input, short *dq, \