summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMinghai Shang <minghai@google.com>2014-05-22 15:51:19 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-05-22 15:51:19 -0700
commit76bf681338ee60fa90eb64f5832161686aa6c792 (patch)
treec7d6b326d74fc307e3a03c37603386747a3832c1 /examples
parent00fbdc159b1ac4896a57a8ef5665a24df4a06e19 (diff)
parent39aef4023639857d282d65524ac9b5c091df176b (diff)
downloadlibvpx-76bf681338ee60fa90eb64f5832161686aa6c792.tar.gz
Merge "[spatial svc] Remove hard coded rc_end_usage setting"
Diffstat (limited to 'examples')
-rw-r--r--examples/vp9_spatial_svc_encoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/vp9_spatial_svc_encoder.c b/examples/vp9_spatial_svc_encoder.c
index 983f52d93..5bc657576 100644
--- a/examples/vp9_spatial_svc_encoder.c
+++ b/examples/vp9_spatial_svc_encoder.c
@@ -150,6 +150,7 @@ static void parse_command_line(int argc, const char **argv_,
enc_cfg->rc_target_bitrate = default_bitrate;
enc_cfg->kf_min_dist = default_kf_dist;
enc_cfg->kf_max_dist = default_kf_dist;
+ enc_cfg->rc_end_usage = VPX_CQ;
// initialize AppInput with default values
app_input->frames_to_code = default_frames_to_code;