Commit 16b876fb authored by Yaowu Xu's avatar Yaowu Xu Committed by Gerrit Code Review
Browse files

Merge "Quick fix to stop vpxdec infinite loop"

Showing with 1 addition and 0 deletions
......@@ -496,6 +496,7 @@ static vpx_image_t *vp8_get_frame(vpx_codec_alg_priv_t *ctx,
*iter = img;
}
}
ctx->img_avail = 0;
return img;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment