Merge "encodeframe: make local symbols static." into experimental
This commit is contained in:
commit
dd2e43c32b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user