MCPcopy 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
66static const char *get_codec_name(int codec_id)
67{
68 return avcodec_descriptor_get(codec_id)->name;
69}
70
71static double get_duration(AVFormatContext *s)
72{

Callers 2

write_representationFunction · 0.85
write_adaptation_setFunction · 0.85

Calls 1

avcodec_descriptor_getFunction · 0.85

Tested by

no test coverage detected