From 2472f125c1d651f2ede84a3b494353c411a01b45 Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Fri, 20 Dec 2013 08:52:35 -0800 Subject: [PATCH] Fix a bug The line was accidently removed in 4dbad63a7. Change-Id: Ic1e18f209cead95cecc684f952ae667271b58a97 --- vp9/encoder/vp9_onyx_if.c | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.40.0