summaryrefslogtreecommitdiffstats
path: root/audio/out/ao.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-16 18:33:19 +0200
committerwm4 <wm4@nowhere>2013-06-16 18:33:19 +0200
commitb24bb7076d80108eb63ab595a3b787f70023f377 (patch)
tree69d1afe64dcf4b5bc93fa78f6fa2104ae331ca97 /audio/out/ao.h
parent953b3b3699804e8df37408b689e5dafca8e2aea7 (diff)
downloadmpv-b24bb7076d80108eb63ab595a3b787f70023f377.tar.bz2
mpv-b24bb7076d80108eb63ab595a3b787f70023f377.tar.xz
audio/out: remove wrapper for old AOs
It's unused now.
Diffstat (limited to 'audio/out/ao.h')
-rw-r--r--audio/out/ao.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/out/ao.h b/audio/out/ao.h
index d908841457..0e004572a6 100644
--- a/audio/out/ao.h
+++ b/audio/out/ao.h
@@ -127,14 +127,4 @@ bool ao_chmap_sel_adjust(struct ao *ao, const struct mp_chmap_sel *s,
bool ao_chmap_sel_get_def(struct ao *ao, const struct mp_chmap_sel *s,
struct mp_chmap *map, int num);
-int old_ao_control(struct ao *ao, enum aocontrol cmd, void *arg);
-int old_ao_init(struct ao *ao, char *params);
-void old_ao_uninit(struct ao *ao, bool cut_audio);
-void old_ao_reset(struct ao*ao);
-int old_ao_get_space(struct ao *ao);
-int old_ao_play(struct ao *ao, void *data, int len, int flags);
-float old_ao_get_delay(struct ao *ao);
-void old_ao_pause(struct ao *ao);
-void old_ao_resume(struct ao *ao);
-
#endif /* MPLAYER_AUDIO_OUT_H */