Searched defs:AVCodecParserContext (Results 1 – 1 of 1) sorted by relevance
3353 typedef struct AVCodecParserContext { struct3354 void *priv_data;3355 struct AVCodecParser *parser;3356 int64_t frame_offset; /* offset of the current frame */3357 int64_t cur_offset; /* current offset3359 int64_t next_frame_offset; /* offset of the next frame */3361 int pict_type; /* XXX: Put it back in AVCodecContext. */3371 int repeat_pict; /* XXX: Put it back in AVCodecContext. */3372 int64_t pts; /* pts of the current frame */3373 int64_t dts; /* dts of the current frame */[all …]