| Index: source/libvpx/vp9/common/vp9_alloccommon.h
|
| diff --git a/source/libvpx/vp9/common/vp9_alloccommon.h b/source/libvpx/vp9/common/vp9_alloccommon.h
|
| index 955bb9ec52959e7df265ca00e76e09a2bc7c42f8..09da74e497baee9297ffb7520bca1414c5864bb8 100644
|
| --- a/source/libvpx/vp9/common/vp9_alloccommon.h
|
| +++ b/source/libvpx/vp9/common/vp9_alloccommon.h
|
| @@ -32,6 +32,8 @@ void vp9_free_state_buffers(struct VP9Common *cm);
|
|
|
| void vp9_set_mb_mi(struct VP9Common *cm, int width, int height);
|
|
|
| +void vp9_swap_current_and_last_seg_map(struct VP9Common *cm);
|
| +
|
| #ifdef __cplusplus
|
| } // extern "C"
|
| #endif
|
|
|