Merge "Quick fix to stop vpxdec infinite loop"

This commit is contained in:
Yaowu Xu 2013-06-12 11:28:46 -07:00 committed by Gerrit Code Review
commit 16b876fb63

View File

@ -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;
}