ref: ff40d9ec29a189262873e633a35689f38a9b7f1e
parent: f80245bdea4e395692d30582c2c8854861c866be
parent: 82eed664f33197618683bc402263937370fe8d54
author: James Zern <[email protected]>
date: Wed Aug 6 08:25:06 EDT 2014
Merge "Write VP9E_SET_TUNE_CONTENT to the correct location."
--- a/vp9/vp9_cx_iface.c
+++ b/vp9/vp9_cx_iface.c
@@ -1220,7 +1220,7 @@
static vpx_codec_err_t ctrl_set_tune_content(vpx_codec_alg_priv_t *ctx,
va_list args) {
struct vp9_extracfg extra_cfg = ctx->extra_cfg;
- ctx->extra_cfg.content = CAST(VP9E_SET_TUNE_CONTENT, args);
+ extra_cfg.content = CAST(VP9E_SET_TUNE_CONTENT, args);
return update_extra_cfg(ctx, &extra_cfg);
}