| Index: source/libvpx/vp9/common/vp9_reconinter.c
|
| diff --git a/source/libvpx/vp9/common/vp9_reconinter.c b/source/libvpx/vp9/common/vp9_reconinter.c
|
| index db9971da7b2c4a9bf755d52f52fec472f7f7ea5a..f83f8257aa71ec2ad2e54ab34fd5bd227bd30a73 100644
|
| --- a/source/libvpx/vp9/common/vp9_reconinter.c
|
| +++ b/source/libvpx/vp9/common/vp9_reconinter.c
|
| @@ -153,7 +153,7 @@ MV average_split_mvs(const struct macroblockd_plane *pd,
|
| return res;
|
| }
|
|
|
| -void build_inter_predictors(MACROBLOCKD *xd, int plane, int block,
|
| +static void build_inter_predictors(MACROBLOCKD *xd, int plane, int block,
|
| int bw, int bh,
|
| int x, int y, int w, int h,
|
| int mi_x, int mi_y) {
|
|
|