summaryrefslogtreecommitdiffstats
path: root/mixer.h
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2012-11-01 13:33:38 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2012-11-02 19:20:03 +0100
commit593e433cc8ef99e3efc9ffabe352646abf25ff52 (patch)
tree9707373f7563b70fb5b27316e7103923427f51cd /mixer.h
parent30f3b537b2938e808923d28f2ff765e136a30ba8 (diff)
downloadmpv-593e433cc8ef99e3efc9ffabe352646abf25ff52.tar.bz2
mpv-593e433cc8ef99e3efc9ffabe352646abf25ff52.tar.xz
audio: untypedef af_stream
Diffstat (limited to 'mixer.h')
-rw-r--r--mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixer.h b/mixer.h
index 3ba44ad0df..ba90d0881c 100644
--- a/mixer.h
+++ b/mixer.h
@@ -32,7 +32,7 @@ enum {
typedef struct mixer {
struct ao *ao;
- af_stream_t *afilter;
+ struct af_stream *afilter;
int volstep;
int softvol;
float softvol_max;