shithub: libvpx

Download patch

ref: e2c5e78ad929d4a6f91895505425b00c5736bd16
parent: 31fd98d7244dd452777f37789627a8a2603b35c3
parent: 53d92e61ccfb3e7b0ad88c05f732101cc5c5b457
author: Yunqing Wang <yunqingwang@google.com>
date: Fri Jun 29 06:57:39 EDT 2012

Merge "Fix decimation_count in drop_frame"

--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -3454,6 +3454,8 @@
         else
             cpi->decimation_count = cpi->decimation_factor;
     }
+    else
+        cpi->decimation_count = 0;
 
     /* Decide how big to make the frame */
     if (!vp8_pick_frame_size(cpi))