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

Function av_codec_next

libavcodec/utils.c:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80static AVCodec *first_avcodec = NULL;
81
82AVCodec *av_codec_next(AVCodec *c){
83 if(c) return c->next;
84 else return first_avcodec;
85}
86
87void avcodec_register(AVCodec *codec)
88{

Callers 1

show_codecsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected