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

Function ffcodecparser

libavcodec/parser_internal.h:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57} FFCodecParser;
58
59static inline const FFCodecParser *ffcodecparser(const AVCodecParser *parser)
60{
61 return (const FFCodecParser*)parser;
62}
63
64#define EIGTH_ARG(a,b,c,d,e,f,g,h,...) h
65#define NO_FAIL

Callers 3

av_parser_initFunction · 0.85
av_parser_parse2Function · 0.85
av_parser_closeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected