| Index: source/libvpx/vp9/common/vp9_reconintra.h
|
| diff --git a/source/libvpx/vp9/common/vp9_reconintra.h b/source/libvpx/vp9/common/vp9_reconintra.h
|
| index 845f3bcaac794610e3106d484d4637258c293d91..da5e435b1322edab1baa85a5355c4589bb7326b4 100644
|
| --- a/source/libvpx/vp9/common/vp9_reconintra.h
|
| +++ b/source/libvpx/vp9/common/vp9_reconintra.h
|
| @@ -18,7 +18,7 @@
|
| extern "C" {
|
| #endif
|
|
|
| -void vp9_init_intra_predictors();
|
| +void vp9_init_intra_predictors(void);
|
|
|
| void vp9_predict_intra_block(const MACROBLOCKD *xd, int block_idx, int bwl_in,
|
| TX_SIZE tx_size, PREDICTION_MODE mode,
|
|
|