MediaSDK icon indicating copy to clipboard operation
MediaSDK copied to clipboard

[Decode] Add flag for HEVCd HDR SEI parsing result

Open pengxin99 opened this issue 3 years ago • 1 comments

This PR was used to discuss the HEVCd HDR SEI flag issue which discussed in https://github.com/Intel-Media-SDK/MediaSDK/issues/2597

  • Option 1: Add a new API.

    • Concern: 1.x API is frozen, so this would limit usage to oneVPL POR HW (>= Gen12).
  • Option 2: Overload existing field InsertPayloadToggle. (used in this PR)

    • Concern: "InsertPayload" doesn't make much sense when decoding. These extBufs were defined with encoding in mind.

pengxin99 avatar Mar 30 '22 10:03 pengxin99

@pengxin99 any update for this issue ?

xhaihao avatar Apr 19 '22 06:04 xhaihao