shithub: libvpx

Download patch

ref: 6afd37aa151e6b617a458d774b47d387c590a590
parent: b6a0ac11f0082981d9f1edcf93cfcfe9e3ed0b13
parent: 2472f125c1d651f2ede84a3b494353c411a01b45
author: Yaowu Xu <yaowu@google.com>
date: Fri Dec 20 04:20:50 EST 2013

Merge "Fix a bug"

--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -3167,6 +3167,7 @@
 #endif
 
     // As this frame is a key frame the next defaults to an inter frame.
+    cm->frame_type = INTER_FRAME;
     vp9_clear_system_state();
     cpi->rc.frames_since_key = 0;
   } else {