Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ get_codec_name
Function
get_codec_name
libavformat/webmdashenc.c:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
} WebMDashMuxContext;
65
66
static const char *get_codec_name(int codec_id)
67
{
68
return avcodec_descriptor_get(codec_id)->name;
69
}
70
71
static double get_duration(AVFormatContext *s)
72
{
Callers
2
write_representation
Function · 0.85
write_adaptation_set
Function · 0.85
Calls
1
avcodec_descriptor_get
Function · 0.85
Tested by
no test coverage detected