FFmpeg
Data Fields
H264SPS Struct Reference

#include <avc.h>

Data Fields

uint8_t id
 
uint8_t profile_idc
 
uint8_t level_idc
 
uint8_t constraint_set_flags
 
uint8_t chroma_format_idc
 
uint8_t bit_depth_luma
 
uint8_t bit_depth_chroma
 
uint8_t frame_mbs_only_flag
 
AVRational sar
 

Detailed Description

Definition at line 39 of file avc.h.

Field Documentation

◆ id

uint8_t H264SPS::id

Definition at line 40 of file avc.h.

◆ profile_idc

uint8_t H264SPS::profile_idc

Definition at line 41 of file avc.h.

◆ level_idc

uint8_t H264SPS::level_idc

Definition at line 42 of file avc.h.

◆ constraint_set_flags

uint8_t H264SPS::constraint_set_flags

Definition at line 43 of file avc.h.

◆ chroma_format_idc

uint8_t H264SPS::chroma_format_idc

Definition at line 44 of file avc.h.

Referenced by ff_isom_write_avcc().

◆ bit_depth_luma

uint8_t H264SPS::bit_depth_luma

Definition at line 45 of file avc.h.

Referenced by ff_isom_write_avcc().

◆ bit_depth_chroma

uint8_t H264SPS::bit_depth_chroma

Definition at line 46 of file avc.h.

Referenced by ff_isom_write_avcc().

◆ frame_mbs_only_flag

uint8_t H264SPS::frame_mbs_only_flag

Definition at line 47 of file avc.h.

◆ sar

AVRational H264SPS::sar

Definition at line 48 of file avc.h.


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