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

Class AVCodecParserContext

libavformat/avformat.h:461–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459 /* av_read_frame() support */
460 enum AVStreamParseType need_parsing;
461 struct AVCodecParserContext *parser;
462
463 int64_t cur_dts;
464 int last_IP_duration;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected