From: Yaowu Xu Date: Fri, 20 Dec 2013 16:52:35 +0000 (-0800) Subject: Fix a bug X-Git-Tag: v1.4.0~2777^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2472f125c1d651f2ede84a3b494353c411a01b45;p=libvpx Fix a bug The line was accidently removed in 4dbad63a7. Change-Id: Ic1e18f209cead95cecc684f952ae667271b58a97 --- diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c index 3f813a1f6..f52e680a6 100644 --- a/vp9/encoder/vp9_onyx_if.c +++ b/vp9/encoder/vp9_onyx_if.c @@ -3167,6 +3167,7 @@ static void encode_frame_to_data_rate(VP9_COMP *cpi, #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 {