Fixed wav/aiff pcm support in ffmpeg parser

This commit is contained in:
emeric
2026-01-14 21:23:45 +01:00
parent 21119c72f6
commit cc41e87119
3 changed files with 38 additions and 2 deletions
+2 -1
View File
@@ -24,10 +24,11 @@ namespace lms::audio::ffmpeg::utils
std::span<const std::filesystem::path> getSupportedExtensions()
{
// TODO: list demuxers to retrieve supported formats
static const std::array<std::filesystem::path, 18> fileExtensions{
static const std::array<std::filesystem::path, 19> fileExtensions{
".aac",
".alac",
".aif",
".aifc",
".aiff",
".ape",
".dsf",