summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorIvan Maltz <ivanmaltz@google.com>2013-09-09 16:57:01 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-09-09 16:57:01 -0700
commit20abe595ece7d2de6da641fcbf98b98a5674dc10 (patch)
treeb7da58044cb7751d628b0ca98751d7b7386548bf /vp8
parentc1913c9cf4a1f5a417349ad59dc81ca8397fd456 (diff)
parent01b35c3c160e6158babfce046360bdc6a09d5c17 (diff)
downloadlibvpx-20abe595ece7d2de6da641fcbf98b98a5674dc10.tar
libvpx-20abe595ece7d2de6da641fcbf98b98a5674dc10.tar.gz
libvpx-20abe595ece7d2de6da641fcbf98b98a5674dc10.tar.bz2
libvpx-20abe595ece7d2de6da641fcbf98b98a5674dc10.zip
Merge "API extensions and sample app for spacial scalable encoder"
Diffstat (limited to 'vp8')
-rw-r--r--vp8/vp8_cx_iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/vp8_cx_iface.c b/vp8/vp8_cx_iface.c
index 93831d6b4..19e9d2701 100644
--- a/vp8/vp8_cx_iface.c
+++ b/vp8/vp8_cx_iface.c
@@ -1269,7 +1269,7 @@ static vpx_codec_enc_cfg_map_t vp8e_usage_cfg_map[] =
1, /* g_delete_first_pass_file */
"vp8.fpf" /* first pass filename */
#endif
-
+ VPX_SS_DEFAULT_LAYERS, /* ss_number_layers */
1, /* ts_number_layers */
{0}, /* ts_target_bitrate */
{0}, /* ts_rate_decimator */