summaryrefslogtreecommitdiff
path: root/vpx/vpx_ext_ratectrl.h
diff options
context:
space:
mode:
authorangiebird <angiebird@google.com>2020-10-12 17:58:16 -0700
committerAngie Chiang <angiebird@google.com>2020-10-15 18:52:05 -0700
commit8bfc92063138476dee2d719ec45bb95d16a1a38f (patch)
tree08d2acf8a6d194671b7d696af2c08aa89b439b59 /vpx/vpx_ext_ratectrl.h
parentf71dd6e23e9d238ab0b03cdf105db733b8486778 (diff)
downloadlibvpx-8bfc92063138476dee2d719ec45bb95d16a1a38f.tar
libvpx-8bfc92063138476dee2d719ec45bb95d16a1a38f.tar.gz
libvpx-8bfc92063138476dee2d719ec45bb95d16a1a38f.tar.bz2
libvpx-8bfc92063138476dee2d719ec45bb95d16a1a38f.zip
Add vp9_extrc_update_encodeframe_result()
Bug: webm:1707 Change-Id: I962ffa23f03b953f7c0dfd81f49dc79d1975bbba
Diffstat (limited to 'vpx/vpx_ext_ratectrl.h')
-rw-r--r--vpx/vpx_ext_ratectrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx/vpx_ext_ratectrl.h b/vpx/vpx_ext_ratectrl.h
index 940227ac2..c99434457 100644
--- a/vpx/vpx_ext_ratectrl.h
+++ b/vpx/vpx_ext_ratectrl.h
@@ -133,7 +133,7 @@ typedef int (*vpx_rc_get_encodeframe_decision_cb_fn_t)(
*/
typedef int (*vpx_rc_update_encodeframe_result_cb_fn_t)(
vpx_rc_model_t rate_ctrl_model,
- vpx_rc_encodeframe_result_t *encode_frame_result);
+ const vpx_rc_encodeframe_result_t *encode_frame_result);
/*!\brief Delete the external rate control model callback prototype
*