[vp9d]: fix compiling error on Linux

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@669 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2016-04-28 08:49:52 +00:00
parent c23eb79417
commit 73aaec7604

View File

@@ -637,7 +637,7 @@ MPP_RET hal_vp9d_gen_regs(void *hal, HalTaskInfo *task)
}
if (!(pic_param->stVP9Segments.enabled && !pic_param->stVP9Segments.update_map)) {
uint8_t *seg_cur = NULL, *seg_pre = NULL;
RK_U8 *seg_cur = NULL, *seg_pre = NULL;
if (!pic_param->intra_only && pic_param->frame_type && !pic_param->error_resilient_mode) {
seg_cur = mpp_buffer_get_ptr(reg_cxt->segid_cur_base);
seg_pre = mpp_buffer_get_ptr(reg_cxt->segid_last_base);