Remove duplicated code

Change-Id: I1b7c8165162e835e22cf164cce989c0cebd7ca95
This commit is contained in:
Adrian Grange 2014-02-04 10:01:04 -08:00
parent 282f36adc4
commit ee5cf3794e

View File

@ -748,9 +748,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;