| Index: third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h
|
| diff --git a/third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h b/third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h
|
| index ddf7d01ccaa51d773a15915af4fc53b0db3ce721..ada0f6d4ca860c91e6f30de00f43a5e0779e0a25 100644
|
| --- a/third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h
|
| +++ b/third_party/libvpx/source/config/linux/x64/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
|
|
|
|
|