mirror of https://github.com/mpv-player/mpv
player: add wv to list of external audio file extensions
This commit is contained in:
parent
d5c5a2b05e
commit
a4168d85ab
|
@ -20,6 +20,7 @@ static const char *const sub_exts[] = {"utf", "utf8", "utf-8", "idx", "sub", "sr
|
|||
|
||||
static const char *const audio_exts[] = {"mp3", "aac", "mka", "dts", "flac",
|
||||
"ogg", "m4a", "ac3", "opus", "wav",
|
||||
"wv",
|
||||
NULL};
|
||||
|
||||
static bool test_ext_list(bstr ext, const char *const *list)
|
||||
|
|
Loading…
Reference in New Issue