Skip to content

Commit

Permalink
[Decode] Fix linux apo ddi not working issue
Browse files Browse the repository at this point in the history
fix map buffer internal for apo ddi path
  • Loading branch information
yawenyan authored and intel-mediadev committed Jul 20, 2023
1 parent cd9ff76 commit ca1098d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ VAStatus DdiDecodeFunctions::MapBufferInternal(
*pbuf = (void *)((uint8_t*)(bufMgr->Codec_Param.Codec_Param_VP9.pVASliceParaBufVP9) + buf->uiOffset);
break;
case CODECHAL_DECODE_MODE_AV1VLD:
case CODECHAL_DECODE_MODE_RESERVED0:
*pbuf = (void *)((uint8_t*)(bufMgr->pCodecSlcParamReserved) + buf->uiOffset);
break;
default:
Expand Down

0 comments on commit ca1098d

Please sign in to comment.