From c076fc701ba61fda1727cfe594a852cc4bd4a426 Mon Sep 17 00:00:00 2001 From: Hexagon123 <112926080+Hexagon123@users.noreply.github.com> Date: Wed, 31 May 2023 22:52:23 -0500 Subject: [PATCH] Add a few known extensions --- src/formats.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/formats.c b/src/formats.c index 5133aa33..2107a797 100644 --- a/src/formats.c +++ b/src/formats.c @@ -338,6 +338,7 @@ static const char* extension_list[] = { "mogg", //"m4a", //common //"m4v", //common + //"mov", //common //"mp+", //common [Moonshine Runners (PC)] //"mp2", //common //"mp3", //common @@ -559,6 +560,7 @@ static const char* extension_list[] = { "tk5", "tmx", "tra", + "trk", "tun", "txth", "txtp",