summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-01 20:05:25 +0100
committerwm4 <wm4@nowhere>2016-02-01 20:09:02 +0100
commitd53942dd7950e31d3826b3ba72b2257299fd86d3 (patch)
tree512c781b46f57817dc8832c223762d20b91a8912 /options
parent05ffde6599fde77cf3e5cd6e244063563f88c112 (diff)
downloadmpv-d53942dd7950e31d3826b3ba72b2257299fd86d3.tar.bz2
mpv-d53942dd7950e31d3826b3ba72b2257299fd86d3.tar.xz
audio: remove default preference for libdcadec
Not needed anymore, because the decoder was merged with FFmpeg.
Diffstat (limited to 'options')
-rw-r--r--options/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c
index 49c44cb189..b839f3a7c9 100644
--- a/options/options.c
+++ b/options/options.c
@@ -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,