#include <avcodec.h>
Definition at line 2794 of file avcodec.h.
Public Attributes | |
| 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] |
| int | flags |
| int64_t | offset |
| byte offset from starting packet start | |
| int64_t | last_offset |
Definition at line 2795 of file avcodec.h.
Referenced by aac_parse_init(), ac3_parse_init(), av_mpeg4_decode_header(), av_parser_close(), av_parser_init(), cavsvideo_parse(), dca_parse(), dca_parse_init(), dvbsub_parse(), dvbsub_parse_close(), dvbsub_parse_init(), dvdsub_parse(), dvdsub_parse_close(), ff_aac_ac3_parse(), ff_parse1_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(), pnm_parse(), and vc1_parse().
struct AVCodecParser* AVCodecParserContext::parser [read] |
Definition at line 2796 of file avcodec.h.
Referenced by av_find_stream_info(), av_parser_change(), av_parser_close(), av_parser_init(), av_parser_parse(), and remove_extradata().
Definition at line 2797 of file avcodec.h.
Referenced by av_parser_parse(), and av_read_frame_internal().
Definition at line 2798 of file avcodec.h.
Referenced by av_parser_parse(), and av_read_frame_internal().
Definition at line 2800 of file avcodec.h.
Referenced by av_parser_parse(), and av_read_frame_internal().
Definition at line 2802 of file avcodec.h.
Referenced by av_mpeg4_decode_header(), av_parser_init(), compute_pkt_fields(), mpegvideo_extract_headers(), and mpegvideo_parse().
Definition at line 2803 of file avcodec.h.
Referenced by compute_frame_duration(), mpegvideo_extract_headers(), and mpegvideo_parse().
Definition at line 2804 of file avcodec.h.
Referenced by av_parser_parse(), av_read_frame_internal(), and dvbsub_parse().
Definition at line 2805 of file avcodec.h.
Referenced by av_parser_parse(), and av_read_frame_internal().
Definition at line 2810 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] |
Definition at line 2818 of file avcodec.h.
Referenced by av_find_stream_info(), av_read_frame_internal(), cavsvideo_parse(), dca_parse(), h264_parse(), mpeg4video_parse(), mpegvideo_parse(), and vc1_parse().
byte offset from starting packet start
Definition at line 2821 of file avcodec.h.
Referenced by av_parser_parse(), and compute_pkt_fields().
1.5.5