From f287ccf017c405df7f140c05ba3b1fc4540cc29e Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 20 Sep 2015 18:00:21 +0200 Subject: player: add opus to list of external audio file extensions Fixes #2336. --- sub/find_subfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub') diff --git a/sub/find_subfiles.c b/sub/find_subfiles.c index aa0a181f40..8b01a8b0ae 100644 --- a/sub/find_subfiles.c +++ b/sub/find_subfiles.c @@ -19,7 +19,7 @@ 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", NULL}; + "ogg", "m4a", "ac3", "opus", NULL}; static bool test_ext_list(bstr ext, const char *const *list) { -- cgit v1.2.3