| Index: source/libvpx/vpx_scale/vpxscale.h
|
| ===================================================================
|
| --- source/libvpx/vpx_scale/vpxscale.h (revision 172621)
|
| +++ source/libvpx/vpx_scale/vpxscale.h (working copy)
|
| @@ -14,16 +14,6 @@
|
|
|
| #include "vpx_scale/yv12config.h"
|
|
|
| -extern void vp8_yv12_scale_or_center(YV12_BUFFER_CONFIG *src_yuv_config,
|
| - YV12_BUFFER_CONFIG *dst_yuv_config,
|
| - int expanded_frame_width,
|
| - int expanded_frame_height,
|
| - int scaling_mode,
|
| - int HScale,
|
| - int HRatio,
|
| - int VScale,
|
| - int VRatio);
|
| -
|
| extern void vp8_scale_frame(YV12_BUFFER_CONFIG *src,
|
| YV12_BUFFER_CONFIG *dst,
|
| unsigned char *temp_area,
|
|
|