| Index: third_party/libvpx/source/config/linux/arm/vpx_scale_rtcd.h
|
| diff --git a/third_party/libvpx/source/config/linux/arm/vpx_scale_rtcd.h b/third_party/libvpx/source/config/linux/arm/vpx_scale_rtcd.h
|
| index a1564b7ad6c219ed499aad5b5b79dff910d55214..515ce27012ef48930d88515f2a0437ef5f11ed38 100644
|
| --- a/third_party/libvpx/source/config/linux/arm/vpx_scale_rtcd.h
|
| +++ b/third_party/libvpx/source/config/linux/arm/vpx_scale_rtcd.h
|
| @@ -46,6 +46,9 @@ void vpx_extend_frame_borders_c(struct yv12_buffer_config *ybf);
|
| void vpx_extend_frame_inner_borders_c(struct yv12_buffer_config *ybf);
|
| #define vpx_extend_frame_inner_borders vpx_extend_frame_inner_borders_c
|
|
|
| +void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
|
| +#define vpx_yv12_copy_frame vpx_yv12_copy_frame_c
|
| +
|
| void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
|
| #define vpx_yv12_copy_y vpx_yv12_copy_y_c
|
|
|
|
|