MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / GetMimeType

Function GetMimeType

src/decoder/plugins/FfmpegDecoderPlugin.cxx:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132static const char *
133GetMimeType(const AVCodecDescriptor &codec) noexcept
134{
135 return codec.mime_types != nullptr
136 ? *codec.mime_types
137 : nullptr;
138}
139
140static const char *
141GetMimeType(const AVStream &stream) noexcept

Callers 1

FfmpegScanStreamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected