summaryrefslogtreecommitdiffstats
path: root/mpvcore/mp_core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-19 14:33:26 +0200
committerwm4 <wm4@nowhere>2013-09-20 13:23:25 +0200
commit01622717257673d424debfa762536f998d97a4dd (patch)
treedfc18807213d8fcdbc1a008421d07f5c6df656d8 /mpvcore/mp_core.h
parent327a779a81098b39823f7036eba816b8b4c7245f (diff)
downloadmpv-01622717257673d424debfa762536f998d97a4dd.tar.bz2
mpv-01622717257673d424debfa762536f998d97a4dd.tar.xz
mixer: make struct opaque
Also remove stray include statements from ao_alsa and ao_oss.
Diffstat (limited to 'mpvcore/mp_core.h')
-rw-r--r--mpvcore/mp_core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mpvcore/mp_core.h b/mpvcore/mp_core.h
index 8f57a65edf..98096aa5fe 100644
--- a/mpvcore/mp_core.h
+++ b/mpvcore/mp_core.h
@@ -22,7 +22,6 @@
#include <stdbool.h>
#include "mpvcore/options.h"
-#include "audio/mixer.h"
#include "demux/demux.h"
// definitions used internally by the core player code
@@ -179,7 +178,7 @@ typedef struct MPContext {
// demuxer defines metadata), or special purpose demuxers like TV.
struct demuxer *master_demuxer;
- mixer_t mixer;
+ struct mixer *mixer;
struct ao *ao;
struct vo *video_out;