Merge "encodeframe: make local symbols static." into experimental

This commit is contained in:
Paul Wilkins 2012-10-30 08:52:52 -07:00 коммит произвёл Gerrit Code Review
Родитель 411f9e2b7f 68d07ba116
Коммит dd2e43c32b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;