MediaSDK
MediaSDK copied to clipboard
[Decode] Add flag for HEVCd HDR SEI parsing result
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 any update for this issue ?