MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / AVCodecParser

Class AVCodecParser

libavcodec/avcodec.h:3612–3612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3610typedef struct AVCodecParserContext {
3611 void *priv_data;
3612 struct AVCodecParser *parser;
3613 int64_t frame_offset; /* offset of the current frame */
3614 int64_t cur_offset; /* current offset
3615 (incremented by each av_parser_parse()) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected