FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
HVCCNALUnitArray Struct Reference

Data Fields

uint8_t array_completeness
 
uint8_t NAL_unit_type
 
uint16_t numNalus
 
uint16_t * nalUnitLength
 
uint8_t ** nalUnit
 

Detailed Description

Definition at line 31 of file hevc.c.

Field Documentation

uint8_t HVCCNALUnitArray::array_completeness

Definition at line 32 of file hevc.c.

Referenced by hvcc_array_add_nal_unit(), and hvcc_write().

uint8_t HVCCNALUnitArray::NAL_unit_type

Definition at line 33 of file hevc.c.

Referenced by hvcc_array_add_nal_unit(), and hvcc_write().

uint16_t HVCCNALUnitArray::numNalus

Definition at line 34 of file hevc.c.

Referenced by hvcc_array_add_nal_unit(), hvcc_close(), and hvcc_write().

uint16_t* HVCCNALUnitArray::nalUnitLength

Definition at line 35 of file hevc.c.

Referenced by hvcc_array_add_nal_unit(), hvcc_close(), and hvcc_write().

uint8_t** HVCCNALUnitArray::nalUnit

Definition at line 36 of file hevc.c.

Referenced by hvcc_array_add_nal_unit(), hvcc_close(), and hvcc_write().


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