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

Function FfmpegScanTag

src/decoder/plugins/FfmpegDecoderPlugin.cxx:426–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426static void
427FfmpegScanTag(const AVFormatContext &format_context, int audio_stream,
428 TagBuilder &tag) noexcept
429{
430 FullTagHandler h(tag);
431 FfmpegScanMetadata(format_context, audio_stream, h);
432}
433
434/**
435 * Check if a new stream tag was received and pass it to

Callers 1

FfmpegCheckTagFunction · 0.70

Calls 1

FfmpegScanMetadataFunction · 0.85

Tested by

no test coverage detected