summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2012-10-30 08:52:52 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2012-10-30 08:52:52 -0700
commitdd2e43c32be80ad365d8ad27bf24f1fa7dc48b77 (patch)
tree4f3b04e9e52e1929b7c3e3ac279a2e89cb2a45f6 /vp8
parent411f9e2b7f1cb93e6251421faf433b0b2f56e0b0 (diff)
parent68d07ba116fe1de5327335ed2a2c702f1bf10dfd (diff)
downloadlibvpx-dd2e43c32be80ad365d8ad27bf24f1fa7dc48b77.tar
libvpx-dd2e43c32be80ad365d8ad27bf24f1fa7dc48b77.tar.gz
libvpx-dd2e43c32be80ad365d8ad27bf24f1fa7dc48b77.tar.bz2
libvpx-dd2e43c32be80ad365d8ad27bf24f1fa7dc48b77.zip
Merge "encodeframe: make local symbols static." into experimental
Diffstat (limited to 'vp8')
-rw-r--r--vp8/encoder/encodeframe.c2
1 files changed, 1 insertions, 1 deletions
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;