FFmpeg
Data Fields
H264RawSlice Struct Reference

#include <cbs_h264.h>

Data Fields

H264RawSliceHeader header
 
uint8_t * data
 
AVBufferRefdata_ref
 
size_t data_size
 
int data_bit_start
 

Detailed Description

Definition at line 388 of file cbs_h264.h.

Field Documentation

◆ header

H264RawSliceHeader H264RawSlice::header

◆ data

uint8_t* H264RawSlice::data

Definition at line 391 of file cbs_h264.h.

Referenced by cbs_h264_read_nal_unit(), and cbs_h264_write_nal_unit().

◆ data_ref

AVBufferRef* H264RawSlice::data_ref

Definition at line 392 of file cbs_h264.h.

Referenced by cbs_h264_read_nal_unit().

◆ data_size

size_t H264RawSlice::data_size

Definition at line 393 of file cbs_h264.h.

Referenced by cbs_h264_read_nal_unit(), and cbs_h264_write_nal_unit().

◆ data_bit_start

int H264RawSlice::data_bit_start

Definition at line 394 of file cbs_h264.h.

Referenced by cbs_h264_read_nal_unit(), and cbs_h264_write_nal_unit().


The documentation for this struct was generated from the following file: