summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorPengchong Jin <pengchong@google.com>2014-07-14 09:13:38 -0700
committerPengchong Jin <pengchong@google.com>2014-07-14 17:45:27 -0700
commitf349b071c6d5e806552c261ba13bd99bb5f7c6ce (patch)
tree338650a8dedeafdfa1fcfe53741fbd002bb59ac7 /vp8
parent1f6aaeddc54bd74fa9f6ba9cf467d31951f580a7 (diff)
downloadlibvpx-f349b071c6d5e806552c261ba13bd99bb5f7c6ce.tar
libvpx-f349b071c6d5e806552c261ba13bd99bb5f7c6ce.tar.gz
libvpx-f349b071c6d5e806552c261ba13bd99bb5f7c6ce.tar.bz2
libvpx-f349b071c6d5e806552c261ba13bd99bb5f7c6ce.zip
Rewrite functions related to first pass block stats
Change-Id: I28679f88e2911b06eef5cbc83ecb62b8c69e4c53
Diffstat (limited to 'vp8')
-rw-r--r--vp8/vp8_cx_iface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/vp8_cx_iface.c b/vp8/vp8_cx_iface.c
index 4cd8c2e79..cbff86c22 100644
--- a/vp8/vp8_cx_iface.c
+++ b/vp8/vp8_cx_iface.c
@@ -1291,6 +1291,7 @@ static vpx_codec_enc_cfg_map_t vp8e_usage_cfg_map[] =
VPX_VBR, /* rc_end_usage */
#if VPX_ENCODER_ABI_VERSION > (1 + VPX_CODEC_ABI_VERSION)
{0}, /* rc_twopass_stats_in */
+ {0}, /* rc_firstpass_mb_stats_in */
#endif
256, /* rc_target_bandwidth */
4, /* rc_min_quantizer */