From 0e8a93c1f474be9f62e1e09cc4184bcb4dadda04 Mon Sep 17 00:00:00 2001 From: bnnm Date: Thu, 17 Jun 2021 22:50:38 +0200 Subject: [PATCH] Move .wma to common extensions list --- src/formats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/formats.c b/src/formats.c index 7000bb45..f34a8453 100644 --- a/src/formats.c +++ b/src/formats.c @@ -311,7 +311,7 @@ static const char* extension_list[] = { "mdsp", "med", "mjb", - "mi4", + "mi4", //fake extension for .mib (renamed, to be removed) "mib", "mic", "mihb", @@ -581,7 +581,6 @@ static const char* extension_list[] = { "wii", "wip", //txth/reserved [Colin McRae DiRT (PC)] "wlv", //txth/reserved [ToeJam & Earl III: Mission to Earth (DC)] - "wma", //common "wmus", "wp2", "wpd", @@ -658,6 +657,7 @@ static const char* common_extension_list[] = { "ogg", //common "opus", //common "wav", //common + "wma", //common };