mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
player: eac3 to the whitelist of audio extensions
ffmpeg plays these just fine. Fixes #9065.
This commit is contained in:
parent
6b828113a8
commit
6857600c47
@ -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",
|
static const char *const audio_exts[] = {"mp3", "aac", "mka", "dts", "flac",
|
||||||
"ogg", "m4a", "ac3", "opus", "wav",
|
"ogg", "m4a", "ac3", "opus", "wav",
|
||||||
"wv",
|
"wv", "eac3",
|
||||||
NULL};
|
NULL};
|
||||||
|
|
||||||
static const char *const image_exts[] = {"jpg", "jpeg", "png", "gif", "bmp",
|
static const char *const image_exts[] = {"jpg", "jpeg", "png", "gif", "bmp",
|
||||||
|
Loading…
Reference in New Issue
Block a user