From 46ce6954ccbafc4dec79b3922ba39255e87745fa Mon Sep 17 00:00:00 2001 From: Johann Date: Thu, 26 Mar 2015 14:56:17 -0700 Subject: [PATCH] Remove duplicate code from merge Change-Id: I5e2a1270001b7e29f3f198d57ea40e1efccef367 --- vp8/vp8_cx_iface.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/vp8/vp8_cx_iface.c b/vp8/vp8_cx_iface.c index 6768ffdc3..bf8a8537c 100644 --- a/vp8/vp8_cx_iface.c +++ b/vp8/vp8_cx_iface.c @@ -858,9 +858,6 @@ static vpx_codec_err_t vp8e_encode(vpx_codec_alg_priv_t *ctx, { vpx_codec_err_t res = VPX_CODEC_OK; - if (!ctx->cfg.rc_target_bitrate) - return res; - if (!ctx->cfg.rc_target_bitrate) return res;