shithub: libvpx

Download patch

ref: 46ce6954ccbafc4dec79b3922ba39255e87745fa
parent: ba13ff8501c53c0575e7e814c2c4320987d2d24c
author: Johann <johannkoenig@google.com>
date: Thu Mar 26 10:56:17 EDT 2015

Remove duplicate code from merge

Change-Id: I5e2a1270001b7e29f3f198d57ea40e1efccef367

--- a/vp8/vp8_cx_iface.c
+++ b/vp8/vp8_cx_iface.c
@@ -861,9 +861,6 @@
     if (!ctx->cfg.rc_target_bitrate)
         return res;
 
-    if (!ctx->cfg.rc_target_bitrate)
-        return res;
-
     if (img)
         res = validate_img(ctx, img);