audio: prefer libdcadec by default if present

If you enable this library in FFmpeg, you probably really want it to be
used.
This commit is contained in:
wm4 2015-03-23 18:46:26 +01:00
parent e52f7d3da8
commit 53f24ac5ad
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ const struct MPOpts mp_default_opts = {
.use_terminal = 1,
.msg_color = 1,
.audio_driver_list = NULL,
.audio_decoders = "-spdif:*", // never select spdif by default
.audio_decoders = "lavc:libdcadec,-spdif:*", // never select spdif by default
.video_decoders = NULL,
.deinterlace = -1,
.softvol = SOFTVOL_AUTO,