Chromium Code Reviews| Index: source/libvpx/vp9/encoder/vp9_ratectrl.h |
| =================================================================== |
| --- source/libvpx/vp9/encoder/vp9_ratectrl.h (revision 284462) |
| +++ source/libvpx/vp9/encoder/vp9_ratectrl.h (working copy) |
| @@ -189,7 +189,7 @@ |
| void vp9_rc_update_framerate(struct VP9_COMP *cpi); |
| -void vp9_rc_set_gf_max_interval(const struct VP9EncoderConfig *const oxcf, |
| +void vp9_rc_set_gf_max_interval(const struct VP9_COMP *const cpi, |
| RATE_CONTROL *const rc); |
| #ifdef __cplusplus |