shithub: libvpx

Download patch

ref: fd6da3b2e7992fb99d6486feb5593bc3de344614
parent: 1f32b1489c26ca36d98c227c7734914b2871d324
author: John Koleszar <jkoleszar@google.com>
date: Mon Apr 25 10:30:57 EDT 2011

Fix duplicate vp8_compute_frame_size_bounds

Likely introduced by a bad automatic merge from gerrit.

Change-Id: I0c6dd6ec18809cf9492f524d283fa4a3a8f4088b

--- a/vp8/encoder/ratectrl.c
+++ b/vp8/encoder/ratectrl.c
@@ -1502,7 +1502,7 @@
     cpi->key_frame_count++;
 }
 
-void vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, int *frame_over_shoot_limit)
+
 void vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, int *frame_over_shoot_limit)
 {
     // Set-up bounds on acceptable frame size:
--