From ec58e5a3848f82681839eaa15d2c6912d92e74ed Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 21 Jan 2012 09:28:07 +0200 Subject: options: move mixer.h options to struct --- libao2/audio_out.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libao2/audio_out.h') diff --git a/libao2/audio_out.h b/libao2/audio_out.h index e96e123700..cbd913656b 100644 --- a/libao2/audio_out.h +++ b/libao2/audio_out.h @@ -80,6 +80,7 @@ struct ao { bool untimed; const struct ao_driver *driver; void *priv; + struct MPOpts *opts; }; extern char *ao_subdevice; -- cgit v1.2.3