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

Function IsAudio

src/decoder/plugins/FfmpegDecoderPlugin.cxx:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95[[gnu::pure]]
96static bool
97IsAudio(const AVStream &stream) noexcept
98{
99 return stream.codecpar->codec_type == AVMEDIA_TYPE_AUDIO;
100}
101
102[[gnu::pure]]
103static int

Callers 1

ffmpeg_find_audio_streamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected