| 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 08e7a8bf114e16122a53386e0f2816c9db1866a8..4a0385506db4f938e0a6af82e05055485928d540 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_firstpass.h
|
| +++ b/source/libvpx/vp9/encoder/vp9_firstpass.h
|
| @@ -122,6 +122,7 @@ typedef struct {
|
| int baseline_active_worst_quality;
|
| int extend_minq;
|
| int extend_maxq;
|
| + int extend_minq_fast;
|
|
|
| GF_GROUP gf_group;
|
| } TWO_PASS;
|
| @@ -135,6 +136,7 @@ void vp9_end_first_pass(struct VP9_COMP *cpi);
|
|
|
| void vp9_init_second_pass(struct VP9_COMP *cpi);
|
| void vp9_rc_get_second_pass_params(struct VP9_COMP *cpi);
|
| +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);
|
|
|