FFmpeg
|
#include <cbs_h265.h>
Data Fields | |
H265RawNALUnitHeader | nal_unit_header |
H265RawSEIPayload | payload [H265_MAX_SEI_PAYLOADS] |
uint8_t | payload_count |
Definition at line 555 of file cbs_h265.h.
H265RawNALUnitHeader H265RawSEI::nal_unit_header |
Definition at line 556 of file cbs_h265.h.
Referenced by vaapi_encode_h265_write_extra_header().
H265RawSEIPayload H265RawSEI::payload[H265_MAX_SEI_PAYLOADS] |
Definition at line 558 of file cbs_h265.h.
Referenced by cbs_h265_free_sei(), and vaapi_encode_h265_write_extra_header().
uint8_t H265RawSEI::payload_count |
Definition at line 559 of file cbs_h265.h.
Referenced by cbs_h265_free_sei(), and vaapi_encode_h265_write_extra_header().