shithub: libvpx

Download patch

ref: c5718a7aa3b5490fbfbc47d6f82e7cb3eed46a1e
parent: d4761cff369065f9d85929013873e16f86adbc95
parent: 4bc7f4828fc0cb95027ab1fde476b4d05a2b1f80
author: Yaowu Xu <yaowu@google.com>
date: Fri Feb 13 11:40:41 EST 2015

Merge "Fix an encoder/decode mismatch bug"

--- a/vp9/encoder/vp9_ratectrl.c
+++ b/vp9/encoder/vp9_ratectrl.c
@@ -1320,7 +1320,6 @@
 void vp9_rc_postencode_update_drop_frame(VP9_COMP *cpi) {
   // Update buffer level with zero size, update frame counters, and return.
   update_buffer_level(cpi, 0);
-  cpi->common.last_frame_type = cpi->common.frame_type;
   cpi->rc.frames_since_key++;
   cpi->rc.frames_to_key--;
   cpi->rc.rc_2_frame = 0;