From: Ronald S. Bultje Date: Tue, 30 Oct 2012 04:38:07 +0000 (-0700) Subject: encodeframe: make local symbols static. X-Git-Tag: v1.3.0~1217^2~152^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68d07ba116fe1de5327335ed2a2c702f1bf10dfd;p=libvpx encodeframe: make local symbols static. Change-Id: I77bc38b53428ff3e6456b5bc3516418892a58c1e --- diff --git a/vp8/encoder/encodeframe.c b/vp8/encoder/encodeframe.c index 0a9a63607..48948d18d 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;