summaryrefslogtreecommitdiff
path: root/vp10/vp10_dx_iface.c
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2015-08-13 14:43:55 -0700
committerYaowu Xu <yaowu@google.com>2015-08-13 14:43:55 -0700
commitcf9366e5041fcdcd4f7166fb1a49e58af501ac02 (patch)
tree9cbdb2167b8e47c34c25753111b158185e1c7627 /vp10/vp10_dx_iface.c
parent26a9afc32c5b8fcad8fe3674b34f7c4d12692030 (diff)
downloadlibvpx-cf9366e5041fcdcd4f7166fb1a49e58af501ac02.tar.gz
VP9Decoder -> VP10Decoder
Change-Id: I427b56e92aa2d1381192cb394ac1bb95becb32a1
Diffstat (limited to 'vp10/vp10_dx_iface.c')
-rw-r--r--vp10/vp10_dx_iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp10/vp10_dx_iface.c b/vp10/vp10_dx_iface.c
index 233d1a273..184810386 100644
--- a/vp10/vp10_dx_iface.c
+++ b/vp10/vp10_dx_iface.c
@@ -454,7 +454,7 @@ static vpx_codec_err_t init_decoder(vpx_codec_alg_priv_t *ctx) {
}
static INLINE void check_resync(vpx_codec_alg_priv_t *const ctx,
- const VP9Decoder *const pbi) {
+ const VP10Decoder *const pbi) {
// Clear resync flag if worker got a key frame or intra only frame.
if (ctx->need_resync == 1 && pbi->need_resync == 0 &&
(pbi->common.intra_only || pbi->common.frame_type == KEY_FRAME))