FFmpeg
4.0
|
#include <libavcodec/cbs_h264.h>
Data Fields | |
H264RawNALUnitHeader | nal_unit_header |
H264RawSEIPayload | payload [H264_MAX_SEI_PAYLOADS] |
uint8_t | payload_count |
Definition at line 317 of file cbs_h264.h.
H264RawNALUnitHeader H264RawSEI::nal_unit_header |
Definition at line 318 of file cbs_h264.h.
Referenced by ff_cbs_h264_add_sei_message(), and vaapi_encode_h264_write_extra_header().
H264RawSEIPayload H264RawSEI::payload[H264_MAX_SEI_PAYLOADS] |
Definition at line 320 of file cbs_h264.h.
Referenced by cbs_h264_free_sei(), ff_cbs_h264_add_sei_message(), ff_cbs_h264_delete_sei_message(), h264_metadata_filter(), and vaapi_encode_h264_write_extra_header().
uint8_t H264RawSEI::payload_count |
Definition at line 321 of file cbs_h264.h.
Referenced by cbs_h264_free_sei(), ff_cbs_h264_add_sei_message(), ff_cbs_h264_delete_sei_message(), h264_metadata_filter(), and vaapi_encode_h264_write_extra_header().