| Index: source/libvpx/vp8/common/dequantize.c
|
| diff --git a/source/libvpx/vp8/common/dequantize.c b/source/libvpx/vp8/common/dequantize.c
|
| index 6e2f69a773e1041459b8a701017b7ab7cbf1c423..f8b04fa4ee55acb29e1665765699d96403dabf2f 100644
|
| --- a/source/libvpx/vp8/common/dequantize.c
|
| +++ b/source/libvpx/vp8/common/dequantize.c
|
| @@ -38,6 +38,6 @@ void vp8_dequant_idct_add_c(short *input, short *dq,
|
|
|
| vp8_short_idct4x4llm_c(input, dest, stride, dest, stride);
|
|
|
| - vpx_memset(input, 0, 32);
|
| + memset(input, 0, 32);
|
|
|
| }
|
|
|