#include <avcodec.h>

Data Fields | |
| void * | priv_data |
| struct AVCodecParser * | parser |
| int64_t | frame_offset |
| int64_t | cur_offset |
| int64_t | last_frame_offset |
| int | pict_type |
| int | repeat_pict |
| int64_t | pts |
| int64_t | dts |
| int64_t | last_pts |
| int64_t | last_dts |
| int | fetch_timestamp |
| int | cur_frame_start_index |
| int64_t | cur_frame_offset [AV_PARSER_PTS_NB] |
| int64_t | cur_frame_pts [AV_PARSER_PTS_NB] |
| int64_t | cur_frame_dts [AV_PARSER_PTS_NB] |
Definition at line 2216 of file avcodec.h.
Definition at line 2217 of file avcodec.h.
Referenced by av_mpeg4_decode_header(), av_parser_close(), av_parser_init(), dvbsub_parse(), dvbsub_parse_close(), dvbsub_parse_init(), dvdsub_parse(), dvdsub_parse_close(), ff_parse_close(), h261_parse(), h263_parse(), h264_parse(), jpeg_parse(), mpeg4video_parse(), mpeg4video_parse_init(), mpegaudio_parse(), mpegaudio_parse_init(), mpegvideo_extract_headers(), mpegvideo_parse(), parse1_close(), and pnm_parse().
struct AVCodecParser* AVCodecParserContext::parser [read] |
Definition at line 2218 of file avcodec.h.
Referenced by av_parser_change(), av_parser_close(), av_parser_init(), and av_parser_parse().
| int64_t AVCodecParserContext::cur_offset |
Definition at line 2224 of file avcodec.h.
Referenced by mpegvideo_extract_headers(), and mpegvideo_parse().
Definition at line 2225 of file avcodec.h.
Referenced by mpegvideo_extract_headers(), and mpegvideo_parse().
| int64_t AVCodecParserContext::pts |
| int64_t AVCodecParserContext::dts |
| int64_t AVCodecParserContext::last_pts |
| int64_t AVCodecParserContext::last_dts |
Definition at line 2232 of file avcodec.h.
Referenced by av_parser_init(), av_parser_parse(), and dvbsub_parse().
| int64_t AVCodecParserContext::cur_frame_offset[AV_PARSER_PTS_NB] |
| int64_t AVCodecParserContext::cur_frame_pts[AV_PARSER_PTS_NB] |
| int64_t AVCodecParserContext::cur_frame_dts[AV_PARSER_PTS_NB] |
1.5.5