FFmpeg
4.2.2
|
#include <libavformat/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 | frame_mbs_only_flag |
AVRational | sar |
uint8_t H264SequenceParameterSet::id |
Definition at line 40 of file avc.h.
Referenced by ff_avc_decode_sps().
uint8_t H264SequenceParameterSet::profile_idc |
Definition at line 41 of file avc.h.
Referenced by ff_avc_decode_sps(), and mxf_parse_h264_frame().
uint8_t H264SequenceParameterSet::level_idc |
Definition at line 42 of file avc.h.
Referenced by ff_avc_decode_sps(), and mxf_parse_h264_frame().
uint8_t H264SequenceParameterSet::constraint_set_flags |
Definition at line 43 of file avc.h.
Referenced by ff_avc_decode_sps(), and mxf_parse_h264_frame().
uint8_t H264SequenceParameterSet::chroma_format_idc |
Definition at line 44 of file avc.h.
Referenced by ff_avc_decode_sps().
uint8_t H264SequenceParameterSet::bit_depth_luma |
Definition at line 45 of file avc.h.
Referenced by ff_avc_decode_sps(), and mxf_parse_h264_frame().
uint8_t H264SequenceParameterSet::frame_mbs_only_flag |
Definition at line 46 of file avc.h.
Referenced by ff_avc_decode_sps(), and mxf_parse_h264_frame().
AVRational H264SequenceParameterSet::sar |
Definition at line 47 of file avc.h.
Referenced by ff_avc_decode_sps(), and mxf_parse_h264_frame().