| 424 | } |
| 425 | |
| 426 | static void |
| 427 | FfmpegScanTag(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 |
no test coverage detected