diff options
Diffstat (limited to 'src/gen8_mfd.c')
-rw-r--r-- | src/gen8_mfd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gen8_mfd.c b/src/gen8_mfd.c index b828675..ff38c41 100644 --- a/src/gen8_mfd.c +++ b/src/gen8_mfd.c @@ -2770,6 +2770,11 @@ gen8_mfd_vp8_decode_init(VADriverContextP ctx, assert(width_in_mbs > 0 && width_in_mbs <= 256); /* 4K */ assert(height_in_mbs > 0 && height_in_mbs <= 256); + intel_update_vp8_frame_store_index(ctx, + decode_state, + pic_param, + gen7_mfd_context->reference_surface); + /* Current decoded picture */ obj_surface = decode_state->render_object; i965_check_alloc_surface_bo(ctx, obj_surface, 1, VA_FOURCC('N','V','1','2'), SUBSAMPLE_YUV420); |