Home
last modified time | relevance | path

Searched defs:AVCodecParserContext (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Davcodec.h3812 typedef struct AVCodecParserContext { struct
3813 void *priv_data;
3814 struct AVCodecParser *parser;
3815 int64_t frame_offset; /* offset of the current frame */
3816 int64_t cur_offset; /* current offset
3818 int64_t next_frame_offset; /* offset of the next frame */
3820 int pict_type; /* XXX: Put it back in AVCodecContext. */
3830 int repeat_pict; /* XXX: Put it back in AVCodecContext. */
3831 int64_t pts; /* pts of the current frame */
3832 int64_t dts; /* dts of the current frame */
[all …]