summaryrefslogtreecommitdiffstats
path: root/audio/out/ao.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-07 15:24:39 +0100
committerwm4 <wm4@nowhere>2014-03-09 00:19:34 +0100
commit76eca814556f90cc4ef7ba503a12b2d0a5351bef (patch)
tree105e7de214c71ee7efce7e1317aba173ab8e2a97 /audio/out/ao.c
parent41f2b26d11e81095a0d8d370480e0d2459208070 (diff)
downloadmpv-76eca814556f90cc4ef7ba503a12b2d0a5351bef.tar.bz2
mpv-76eca814556f90cc4ef7ba503a12b2d0a5351bef.tar.xz
ao: remove opts field
Apparently unused.
Diffstat (limited to 'audio/out/ao.c')
-rw-r--r--audio/out/ao.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/out/ao.c b/audio/out/ao.c
index b77d401d64..7a973fef2d 100644
--- a/audio/out/ao.c
+++ b/audio/out/ao.c
@@ -141,7 +141,6 @@ static struct ao *ao_create(bool probing, struct mpv_global *global,
*ao = (struct ao) {
.driver = desc.p,
.probing = probing,
- .opts = global->opts,
.encode_lavc_ctx = encode_lavc_ctx,
.input_ctx = input_ctx,
.samplerate = samplerate,