audio: remove default preference for libdcadec

Not needed anymore, because the decoder was merged with FFmpeg.
This commit is contained in:
wm4
2016-02-01 20:05:25 +01:00
parent 05ffde6599
commit d53942dd79
2 changed files with 2 additions and 2 deletions

View File

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