player: add thd (TrueHD) to whitelist of audio extensions

This commit is contained in:
chelobaka 2022-01-16 15:41:49 +03:00 committed by Dudemanguy
parent 471b3c2b59
commit 1ab3f56df0
1 changed files with 1 additions and 1 deletions

View File

@ -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",