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 69 of file avc.h.

Field Documentation

◆ id

uint8_t H264SPS::id

Definition at line 70 of file avc.h.

◆ profile_idc

uint8_t H264SPS::profile_idc

Definition at line 71 of file avc.h.

◆ level_idc

uint8_t H264SPS::level_idc

Definition at line 72 of file avc.h.

◆ constraint_set_flags

uint8_t H264SPS::constraint_set_flags

Definition at line 73 of file avc.h.

◆ chroma_format_idc

uint8_t H264SPS::chroma_format_idc

Definition at line 74 of file avc.h.

Referenced by ff_isom_write_avcc().

◆ bit_depth_luma

uint8_t H264SPS::bit_depth_luma

Definition at line 75 of file avc.h.

Referenced by ff_isom_write_avcc().

◆ bit_depth_chroma

uint8_t H264SPS::bit_depth_chroma

Definition at line 76 of file avc.h.

Referenced by ff_isom_write_avcc().

◆ frame_mbs_only_flag

uint8_t H264SPS::frame_mbs_only_flag

Definition at line 77 of file avc.h.

◆ sar

AVRational H264SPS::sar

Definition at line 78 of file avc.h.


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