1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-18 22:06:59 +00:00

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

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