Description
Resolution SEI callback definition is parsed.
Type | Field | Description |
---|---|---|
void (* func)(int iPayloadType, uint8_t* pPayload, int iPayloadSize, void* pUserParam); | func | Called when a SEI is parsed. Anti-emulation has already been removed by the decoder from the payload. See Annex D.3 of ITU-T for the sei_payload syntax. |
void* | userParam | User-defined |