From 1ab3f56df0d7be3b4152bd9e0cc50c1938ff6d70 Mon Sep 17 00:00:00 2001 From: chelobaka Date: Sun, 16 Jan 2022 15:41:49 +0300 Subject: player: add thd (TrueHD) to whitelist of audio extensions --- player/external_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/external_files.c b/player/external_files.c index 442314d9f1..3aca20dfdb 100644 --- a/player/external_files.c +++ b/player/external_files.c @@ -39,7 +39,7 @@ static const char *const sub_exts[] = {"utf", "utf8", "utf-8", "idx", "sub", static const char *const audio_exts[] = {"mp3", "aac", "mka", "dts", "flac", "ogg", "m4a", "ac3", "opus", "wav", - "wv", "eac3", + "wv", "eac3", "thd", NULL}; static const char *const image_exts[] = {"jpg", "jpeg", "png", "gif", "bmp", -- cgit v1.2.3