| Index: source/libvpx/vp9/encoder/vp9_firstpass.h
|
| diff --git a/source/libvpx/vp9/encoder/vp9_firstpass.h b/source/libvpx/vp9/encoder/vp9_firstpass.h
|
| index 49f9da38ece2595a806bd6aae50c63ee2aa424e3..5875a7b9b5cacca22a6115059cf2c931500b7042 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_firstpass.h
|
| +++ b/source/libvpx/vp9/encoder/vp9_firstpass.h
|
| @@ -153,8 +153,6 @@ void vp9_twopass_postencode_update(struct VP9_COMP *cpi);
|
| // Post encode update of the rate control parameters for 2-pass
|
| void vp9_twopass_postencode_update(struct VP9_COMP *cpi);
|
|
|
| -void vp9_init_subsampling(struct VP9_COMP *cpi);
|
| -
|
| void calculate_coded_size(struct VP9_COMP *cpi,
|
| int *scaled_frame_width,
|
| int *scaled_frame_height);
|
|
|