Commit ff40d9ec authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "Write VP9E_SET_TUNE_CONTENT to the correct location."

Showing with 1 addition and 1 deletion
......@@ -1220,7 +1220,7 @@ static vpx_codec_err_t ctrl_set_svc_parameters(vpx_codec_alg_priv_t *ctx,
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);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment