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

Class AVCodecParser

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

Source from the content-addressed store, hash-verified

3741 void (*parser_close)(AVCodecParserContext *s);
3742 int (*split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size);
3743 struct AVCodecParser *next;
3744} AVCodecParser;
3745
3746AVCodecParser *av_parser_next(AVCodecParser *c);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected