Merge "encodeframe: make local symbols static." into experimental
This commit is contained in:
@@ -1227,7 +1227,7 @@ void encode_sb_row(VP8_COMP *cpi,
|
|||||||
#endif
|
#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;
|
MACROBLOCK *const x = &cpi->mb;
|
||||||
VP8_COMMON *const cm = &cpi->common;
|
VP8_COMMON *const cm = &cpi->common;
|
||||||
MACROBLOCKD *const xd = &x->e_mbd;
|
MACROBLOCKD *const xd = &x->e_mbd;
|
||||||
|
|||||||
Reference in New Issue
Block a user