summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorIvan Maltz <ivanmaltz@google.com>2013-09-05 08:55:47 -0700
committerIvan Maltz <ivanmaltz@google.com>2013-09-09 15:57:56 -0700
commit01b35c3c160e6158babfce046360bdc6a09d5c17 (patch)
tree433722120deacb3a9f6e1fa618b6742eb581ecc5 /vp8
parent1cf2272347f8a07b29a0ee2d9d6445826f2f7e6f (diff)
downloadlibvpx-01b35c3c160e6158babfce046360bdc6a09d5c17.tar
libvpx-01b35c3c160e6158babfce046360bdc6a09d5c17.tar.gz
libvpx-01b35c3c160e6158babfce046360bdc6a09d5c17.tar.bz2
libvpx-01b35c3c160e6158babfce046360bdc6a09d5c17.zip
API extensions and sample app for spacial scalable encoder
Sample app: vp9_spatial_scalable_encoder vpx_codec_control extensions: VP9E_SET_SVC VP9E_SET_WIDTH, VP9E_SET_HEIGHT, VP9E_SET_LAYER VP9E_SET_MIN_Q, VP9E_SET_MAX_Q expanded buffer size for vp9_convolve modified setting of initial width in vp9_onyx_if.c so that layer size can be set prior to initial encode Default number of layers set to 3 (VPX_SS_DEFAULT_LAYERS) Number of layers set explicitly in vpx_codec_enc_cfg.ss_number_layers Change-Id: I2c7a6fe6d665113671337032f7ad032430ac4197
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 9a7b9c560..95baf9b2e 100644
--- a/vp8/vp8_cx_iface.c
+++ b/vp8/vp8_cx_iface.c
@@ -1272,7 +1272,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 */