Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
static AVCodec *first_avcodec = NULL;
81
82
AVCodec *av_codec_next(AVCodec *c){
83
if(c) return c->next;
84
else return first_avcodec;
85
}
86
87
void avcodec_register(AVCodec *codec)
88
{
Callers
1
show_codecs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected