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:
parent
471b3c2b59
commit
1ab3f56df0
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user