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 d82397fa3c6ae8b145b6a4c9104d314aa35aa74e..c0e51a6ce64082fbe0c5a640c77484cea760247e 100644 |
--- a/source/libvpx/vp9/common/vp9_alloccommon.h |
+++ b/source/libvpx/vp9/common/vp9_alloccommon.h |
@@ -19,6 +19,7 @@ extern "C" { |
#endif |
struct VP9Common; |
+struct BufferPool; |
void vp9_remove_common(struct VP9Common *cm); |
@@ -26,7 +27,8 @@ int vp9_alloc_context_buffers(struct VP9Common *cm, int width, int height); |
void vp9_init_context_buffers(struct VP9Common *cm); |
void vp9_free_context_buffers(struct VP9Common *cm); |
-void vp9_free_ref_frame_buffers(struct VP9Common *cm); |
+void vp9_free_ref_frame_buffers(struct BufferPool *pool); |
+void vp9_free_postproc_buffers(struct VP9Common *cm); |
int vp9_alloc_state_buffers(struct VP9Common *cm, int width, int height); |
void vp9_free_state_buffers(struct VP9Common *cm); |