From c855ab5624163347ebe2a8f2569eada7598036ef Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 4 Oct 2015 19:48:58 +0200 Subject: player: add wav to list of external audio file extensions Fixes #2378. --- player/external_files.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'player') diff --git a/player/external_files.c b/player/external_files.c index 77e12db066..8c8bd0ac45 100644 --- a/player/external_files.c +++ b/player/external_files.c @@ -19,7 +19,8 @@ static const char *const sub_exts[] = {"utf", "utf8", "utf-8", "idx", "sub", "sr "js", "ass", "mks", "vtt", "sup", NULL}; static const char *const audio_exts[] = {"mp3", "aac", "mka", "dts", "flac", - "ogg", "m4a", "ac3", "opus", NULL}; + "ogg", "m4a", "ac3", "opus", "wav", + NULL}; static bool test_ext_list(bstr ext, const char *const *list) { -- cgit v1.2.3