projects
/
libvpx
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6aaab3
)
Write VP9E_SET_TUNE_CONTENT to the correct location.
author
Alex Converse
<aconverse@google.com>
Wed, 6 Aug 2014 17:59:16 +0000
(10:59 -0700)
committer
Alex Converse
<aconverse@google.com>
Wed, 6 Aug 2014 17:59:16 +0000
(10:59 -0700)
Change-Id: Ie8c976ececc79fd58c6eb16b7add053dc58e3bb8
vp9/vp9_cx_iface.c
patch
|
blob
|
history
diff --git
a/vp9/vp9_cx_iface.c
b/vp9/vp9_cx_iface.c
index c06d296a04159e04f1910f9d908bf3083490cea0..25af1d4c1e8a9222e1ea80daf8845f0c9fee146c 100644
(file)
--- a/
vp9/vp9_cx_iface.c
+++ b/
vp9/vp9_cx_iface.c
@@
-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);
}