| Index: source/libvpx/vp8/common/extend.h
|
| ===================================================================
|
| --- source/libvpx/vp8/common/extend.h (revision 96967)
|
| +++ source/libvpx/vp8/common/extend.h (working copy)
|
| @@ -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_extend_to_multiple_of16(YV12_BUFFER_CONFIG *ybf, int width, int height);
|
| +void vp8_copy_and_extend_frame(YV12_BUFFER_CONFIG *src,
|
| + YV12_BUFFER_CONFIG *dst);
|
|
|
| #endif
|
|
|