Searched defs:AVCodecParserContext (Results 1 – 1 of 1) sorted by relevance
2789 typedef struct AVCodecParserContext { struct2790 void *priv_data;2791 const struct AVCodecParser *parser;2792 int64_t frame_offset; /* offset of the current frame */2793 int64_t cur_offset; /* current offset2795 int64_t next_frame_offset; /* offset of the next frame */2797 int pict_type; /* XXX: Put it back in AVCodecContext. */2807 int repeat_pict; /* XXX: Put it back in AVCodecContext. */2808 int64_t pts; /* pts of the current frame */2809 int64_t dts; /* dts of the current frame */[all …]