| Index: source/libvpx/vp9/encoder/vp9_ratectrl.h
|
| diff --git a/source/libvpx/vp9/encoder/vp9_ratectrl.h b/source/libvpx/vp9/encoder/vp9_ratectrl.h
|
| index 9774127a96eee3d64840e3ff5ce339217d586eb3..cf709274db361d50fac633afc0894b59fb5c0882 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_ratectrl.h
|
| +++ b/source/libvpx/vp9/encoder/vp9_ratectrl.h
|
| @@ -55,7 +55,6 @@ typedef struct {
|
| int max_gf_interval;
|
| int static_scene_max_gf_interval;
|
| int baseline_gf_interval;
|
| - int constrained_gf_group;
|
| int frames_to_key;
|
| int frames_since_key;
|
| int this_key_frame_forced;
|
| @@ -160,7 +159,7 @@ void vp9_rc_postencode_update_drop_frame(struct VP9_COMP *cpi);
|
|
|
| // Updates rate correction factors
|
| // Changes only the rate correction factors in the rate control structure.
|
| -void vp9_rc_update_rate_correction_factors(struct VP9_COMP *cpi);
|
| +void vp9_rc_update_rate_correction_factors(struct VP9_COMP *cpi, int damp_var);
|
|
|
| // Decide if we should drop this frame: For 1-pass CBR.
|
| // Changes only the decimation count in the rate control structure
|
|
|