ref: dd2e43c32be80ad365d8ad27bf24f1fa7dc48b77
parent: 411f9e2b7f1cb93e6251421faf433b0b2f56e0b0
parent: 68d07ba116fe1de5327335ed2a2c702f1bf10dfd
author: Paul Wilkins <paulwilkins@google.com>
date: Tue Oct 30 04:52:52 EDT 2012
Merge "encodeframe: make local symbols static." into experimental
--- a/vp8/encoder/encodeframe.c
+++ b/vp8/encoder/encodeframe.c
@@ -1227,7 +1227,7 @@
#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;
--
⑨