From 6857600c47f069aeb68232a745bc8f81d45c9967 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Fri, 30 Jul 2021 08:19:36 -0500 Subject: player: eac3 to the whitelist of audio extensions ffmpeg plays these just fine. Fixes #9065. --- player/external_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/external_files.c b/player/external_files.c index 841534659c..442314d9f1 100644 --- a/player/external_files.c +++ b/player/external_files.c @@ -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", + "wv", "eac3", NULL}; static const char *const image_exts[] = {"jpg", "jpeg", "png", "gif", "bmp", -- cgit v1.2.3