shithub: libvpx

Download patch

ref: 2472f125c1d651f2ede84a3b494353c411a01b45
parent: 17b2d63196c5f3f7c7e5a44a31517bb3a3605bfe
author: Yaowu Xu <yaowu@google.com>
date: Fri Dec 20 03:52:35 EST 2013

Fix a bug

The line was accidently removed in 4dbad63a7.

Change-Id: Ic1e18f209cead95cecc684f952ae667271b58a97

--- 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 {