summaryrefslogtreecommitdiffstats
path: root/mpvcore/options.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-04 20:58:53 +0100
committerwm4 <wm4@nowhere>2013-12-04 23:12:51 +0100
commit59aed93208398e42829ea17e0639f0a3588bdf65 (patch)
tree8b3bcd6ec2fca21c495119877b5ab730dbb3a16b /mpvcore/options.c
parent47c4b5c0003fa50cfefc3f2e8a089a9b0feebe3f (diff)
downloadmpv-59aed93208398e42829ea17e0639f0a3588bdf65.tar.bz2
mpv-59aed93208398e42829ea17e0639f0a3588bdf65.tar.xz
ad_lavc: expose an option to enable threading
Diffstat (limited to 'mpvcore/options.c')
-rw-r--r--mpvcore/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/options.c b/mpvcore/options.c
index 08b1f10fe2..ab9969c315 100644
--- a/mpvcore/options.c
+++ b/mpvcore/options.c
@@ -858,6 +858,7 @@ const struct MPOpts mp_default_opts = {
.ad_lavc_param = {
.ac3drc = 1.,
.downmix = 1,
+ .threads = 1,
},
.lavfdopts = {
.allow_mimetype = 1,