Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Unpack fixes #476

Closed
wants to merge 1 commit into from
Closed

Conversation

intelmark
Copy link
Contributor

Some changes to make unpack process more consistent
with other processes

  1. Changed cast of unpackContexPtr from EB_PTR to EB_PTR* to match
    encHandlePtr->unpackContextPtr definition

  2. EB_ENC_UnPack2D_TYPE identify is used for two different purposes -
    structure for parameters and for function type. Renamed
    definition in EbPackUnPack.h to EB_ENC_UnPack2D_FUNC_TYPE

  3. Change UnPack2D function parameter to void* and cast to
    UnPackContext_t* in EbGetFullObject and EbGetEmptyObject calls

Signed-off-by: Mark Feldman mark.feldman@intel.com

Some changes to make unpack process more consistent
with other processes

1) Changed cast of unpackContexPtr from EB_PTR to EB_PTR* to match
encHandlePtr->unpackContextPtr  definition

2) EB_ENC_UnPack2D_TYPE identify is used for two different purposes -
structure for parameters and for function type.  Renamed
definition in EbPackUnPack.h to EB_ENC_UnPack2D_FUNC_TYPE

3) Change UnPack2D function parameter to void* and cast to
UnPackContext_t* in EbGetFullObject  and EbGetEmptyObject calls

Signed-off-by: Mark Feldman <mark.feldman@intel.com>
@tianjunwork
Copy link
Contributor

Hi Mark, some of your changes are included in my PR #467. Could you review those changes relevant to this PR? Thank you.

@intelmark
Copy link
Contributor Author

intelmark commented Feb 14, 2020 via email

@tianjunwork
Copy link
Contributor

Hi @intelmark , Mark, you could continue this PR now:) Thank you.

@intelmark intelmark closed this Mar 12, 2020
@intelmark intelmark deleted the UnpackCleanup branch March 12, 2020 15:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants