| Index: source/libvpx/vp9/encoder/vp9_encodemv.c
|
| diff --git a/source/libvpx/vp9/encoder/vp9_encodemv.c b/source/libvpx/vp9/encoder/vp9_encodemv.c
|
| index af73fcbdcc3f73a674ee9d5415c70a1741eba76b..22759983ffaaf62609f9c5e3db4293dbef0d1318 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_encodemv.c
|
| +++ b/source/libvpx/vp9/encoder/vp9_encodemv.c
|
| @@ -22,7 +22,7 @@ static struct vp9_token mv_class_encodings[MV_CLASSES];
|
| static struct vp9_token mv_fp_encodings[MV_FP_SIZE];
|
| static struct vp9_token mv_class0_encodings[CLASS0_SIZE];
|
|
|
| -void vp9_entropy_mv_init() {
|
| +void vp9_entropy_mv_init(void) {
|
| vp9_tokens_from_tree(mv_joint_encodings, vp9_mv_joint_tree);
|
| vp9_tokens_from_tree(mv_class_encodings, vp9_mv_class_tree);
|
| vp9_tokens_from_tree(mv_class0_encodings, vp9_mv_class0_tree);
|
|
|