player: eac3 to the whitelist of audio extensions

ffmpeg plays these just fine. Fixes #9065.
This commit is contained in:
Dudemanguy 2021-07-30 08:19:36 -05:00
parent 6b828113a8
commit 6857600c47
1 changed files with 1 additions and 1 deletions

View File

@ -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",