summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2013-12-20 09:20:50 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-12-20 09:20:50 -0800
commit6afd37aa151e6b617a458d774b47d387c590a590 (patch)
treeff297a1c33a5b5a5853756ccfe5a968c4bb7e5d2
parentb6a0ac11f0082981d9f1edcf93cfcfe9e3ed0b13 (diff)
parent2472f125c1d651f2ede84a3b494353c411a01b45 (diff)
downloadlibvpx-6afd37aa151e6b617a458d774b47d387c590a590.tar
libvpx-6afd37aa151e6b617a458d774b47d387c590a590.tar.gz
libvpx-6afd37aa151e6b617a458d774b47d387c590a590.tar.bz2
libvpx-6afd37aa151e6b617a458d774b47d387c590a590.zip
Merge "Fix a bug"
-rw-r--r--vp9/encoder/vp9_onyx_if.c1
1 files changed, 1 insertions, 0 deletions
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 {