]> granicus.if.org Git - libvpx/commitdiff
encodeframe: make local symbols static.
authorRonald S. Bultje <rbultje@google.com>
Tue, 30 Oct 2012 04:38:07 +0000 (21:38 -0700)
committerRonald S. Bultje <rbultje@google.com>
Tue, 30 Oct 2012 04:38:07 +0000 (21:38 -0700)
Change-Id: I77bc38b53428ff3e6456b5bc3516418892a58c1e

vp8/encoder/encodeframe.c

index 0a9a6360705489b5fdbcce7034fc1c37ca2ad9ab..48948d18d6baeb7429e2c72b2b1d3d48843d7603 100644 (file)
@@ -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;