Index: libvpx/source/libvpx/vp8/common/extend.h |
diff --git a/libvpx/source/libvpx/vp8/common/extend.h b/libvpx/source/libvpx/vp8/common/extend.h |
index 9e0be4e0661530e5024492de53cc2fd1450a81f4..fd0a608e53c4d00da9908fd2210e0ce534559f92 100644 |
--- a/libvpx/source/libvpx/vp8/common/extend.h |
+++ b/libvpx/source/libvpx/vp8/common/extend.h |
@@ -14,8 +14,8 @@ |
#include "vpx_scale/yv12config.h" |
+void Extend(YV12_BUFFER_CONFIG *ybf); |
void vp8_extend_mb_row(YV12_BUFFER_CONFIG *ybf, unsigned char *YPtr, unsigned char *UPtr, unsigned char *VPtr); |
-void vp8_copy_and_extend_frame(YV12_BUFFER_CONFIG *src, |
- YV12_BUFFER_CONFIG *dst); |
+void vp8_extend_to_multiple_of16(YV12_BUFFER_CONFIG *ybf, int width, int height); |
#endif |