FFmpeg
Data Fields
H2645NAL Struct Reference

#include <h2645_parse.h>

Data Fields

const uint8_t * data
 
int size
 
int size_bits
 Size, in bits, of just the data, excluding the stop bit and any trailing padding. More...
 
int raw_size
 
const uint8_t * raw_data
 
GetBitContext gb
 
int type
 NAL unit type. More...
 
int ref_idc
 H.264 only, nal_ref_idc. More...
 
int temporal_id
 HEVC only, nuh_temporal_id_plus_1 - 1. More...
 
int nuh_layer_id
 
int skipped_bytes
 
int skipped_bytes_pos_size
 
int * skipped_bytes_pos
 

Detailed Description

Definition at line 34 of file h2645_parse.h.

Field Documentation

◆ data

const uint8_t* H2645NAL::data

Definition at line 35 of file h2645_parse.h.

Referenced by generate_fake_vps().

◆ size

int H2645NAL::size

Definition at line 36 of file h2645_parse.h.

Referenced by generate_fake_vps().

◆ size_bits

int H2645NAL::size_bits

Size, in bits, of just the data, excluding the stop bit and any trailing padding.

I.e. what HEVC calls SODB.

Definition at line 42 of file h2645_parse.h.

◆ raw_size

int H2645NAL::raw_size

Definition at line 44 of file h2645_parse.h.

◆ raw_data

const uint8_t* H2645NAL::raw_data

Definition at line 45 of file h2645_parse.h.

◆ gb

GetBitContext H2645NAL::gb

Definition at line 47 of file h2645_parse.h.

◆ type

int H2645NAL::type

NAL unit type.

Definition at line 52 of file h2645_parse.h.

◆ ref_idc

int H2645NAL::ref_idc

H.264 only, nal_ref_idc.

Definition at line 57 of file h2645_parse.h.

◆ temporal_id

int H2645NAL::temporal_id

HEVC only, nuh_temporal_id_plus_1 - 1.

Definition at line 62 of file h2645_parse.h.

◆ nuh_layer_id

int H2645NAL::nuh_layer_id

Definition at line 67 of file h2645_parse.h.

◆ skipped_bytes

int H2645NAL::skipped_bytes

Definition at line 69 of file h2645_parse.h.

◆ skipped_bytes_pos_size

int H2645NAL::skipped_bytes_pos_size

Definition at line 70 of file h2645_parse.h.

◆ skipped_bytes_pos

int* H2645NAL::skipped_bytes_pos

Definition at line 71 of file h2645_parse.h.


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