| Index: source/libvpx/vp8/vp8_cx_iface.c
|
| ===================================================================
|
| --- source/libvpx/vp8/vp8_cx_iface.c (revision 176396)
|
| +++ source/libvpx/vp8/vp8_cx_iface.c (working copy)
|
| @@ -1178,7 +1178,7 @@
|
| {
|
| int res;
|
| vpx_scaling_mode_t scalemode = *(vpx_scaling_mode_t *)data ;
|
| - res = vp8_set_internal_size(ctx->cpi, scalemode.h_scaling_mode, scalemode.v_scaling_mode);
|
| + res = vp8_set_internal_size(ctx->cpi, (VPX_SCALING)scalemode.h_scaling_mode, (VPX_SCALING)scalemode.v_scaling_mode);
|
|
|
| if (!res)
|
| {
|
|
|