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

Function FfmpegScanMetadata

src/decoder/plugins/FfmpegDecoderPlugin.cxx:409–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409static void
410FfmpegScanMetadata(const AVStream &stream, TagHandler &handler) noexcept
411{
412 FfmpegScanDictionary(stream.metadata, handler);
413}
414
415static void
416FfmpegScanMetadata(const AVFormatContext &format_context, int audio_stream,

Callers 2

FfmpegScanTagFunction · 0.85
FfmpegScanStreamFunction · 0.85

Calls 1

FfmpegScanDictionaryFunction · 0.85

Tested by

no test coverage detected