FFmpeg
|
#include <h264_ps.h>
Data Fields | |
AVBufferRef * | sps_list [MAX_SPS_COUNT] |
AVBufferRef * | pps_list [MAX_PPS_COUNT] |
AVBufferRef * | pps_ref |
const PPS * | pps |
const SPS * | sps |
int | overread_warning_printed [2] |
AVBufferRef* H264ParamSets::sps_list[MAX_SPS_COUNT] |
Definition at line 144 of file h264_ps.h.
Referenced by decode_buffering_period(), ff_h264_decode_picture_parameter_set(), ff_h264_decode_seq_parameter_set(), and ff_h264_ps_uninit().
AVBufferRef* H264ParamSets::pps_list[MAX_PPS_COUNT] |
Definition at line 145 of file h264_ps.h.
Referenced by ff_h264_decode_picture_parameter_set(), ff_h264_ps_uninit(), and parse_nal_units().
AVBufferRef* H264ParamSets::pps_ref |
Definition at line 147 of file h264_ps.h.
Referenced by ff_h264_ps_uninit(), and parse_nal_units().
const PPS* H264ParamSets::pps |
Definition at line 149 of file h264_ps.h.
Referenced by ff_h264_ps_uninit(), parse_nal_units(), and scan_mmco_reset().
const SPS* H264ParamSets::sps |
Definition at line 150 of file h264_ps.h.
Referenced by ff_h264_ps_uninit(), parse_nal_units(), and scan_mmco_reset().
int H264ParamSets::overread_warning_printed[2] |
Definition at line 152 of file h264_ps.h.
Referenced by ff_h264_decode_seq_parameter_set().