#include <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 |
Definition at line 1593 of file avcodec.h.
struct AVCodecParser* AVCodecParserContext::parser [read] |
| 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.6