diff --git a/vp8/encoder/encodeframe.c b/vp8/encoder/encodeframe.c index 0a9a6360705489b5fdbcce7034fc1c37ca2ad9ab..48948d18d6baeb7429e2c72b2b1d3d48843d7603 100644 --- a/vp8/encoder/encodeframe.c +++ b/vp8/encoder/encodeframe.c @@ -1227,7 +1227,7 @@ void encode_sb_row(VP8_COMP *cpi, #endif } -void init_encode_frame_mb_context(VP8_COMP *cpi) { +static void init_encode_frame_mb_context(VP8_COMP *cpi) { MACROBLOCK *const x = &cpi->mb; VP8_COMMON *const cm = &cpi->common; MACROBLOCKD *const xd = &x->e_mbd;