| Index: source/libvpx/vp9/encoder/vp9_encodeframe.h
|
| diff --git a/source/libvpx/vp9/encoder/vp9_encodeframe.h b/source/libvpx/vp9/encoder/vp9_encodeframe.h
|
| index 556f3a5a1cbd6f7c6783e9d690527b1cc5d1d7f6..8d545b671c6c7234e79343b10fc80a98667cf585 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_encodeframe.h
|
| +++ b/source/libvpx/vp9/encoder/vp9_encodeframe.h
|
| @@ -38,6 +38,8 @@ void vp9_init_tile_data(struct VP9_COMP *cpi);
|
| void vp9_encode_tile(struct VP9_COMP *cpi, struct ThreadData *td,
|
| int tile_row, int tile_col);
|
|
|
| +void vp9_set_vbp_thresholds(struct VP9_COMP *cpi, int q);
|
| +
|
| #ifdef __cplusplus
|
| } // extern "C"
|
| #endif
|
|
|