Searched defs:AVCodecParserContext (Results 1 – 1 of 1) sorted by relevance
3377 typedef struct AVCodecParserContext { struct3378 void *priv_data;3379 struct AVCodecParser *parser;3380 int64_t frame_offset; /* offset of the current frame */3381 int64_t cur_offset; /* current offset3383 int64_t next_frame_offset; /* offset of the next frame */3385 int pict_type; /* XXX: Put it back in AVCodecContext. */3395 int repeat_pict; /* XXX: Put it back in AVCodecContext. */3396 int64_t pts; /* pts of the current frame */3397 int64_t dts; /* dts of the current frame */[all …]