summaryrefslogtreecommitdiffstats
path: root/access_mpcontext.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-04-09 03:03:22 +0300
committerUoti Urpala <uau@mplayer2.org>2011-04-09 03:03:22 +0300
commit2a7c5a1365ad194a42e3f667f85828a152544857 (patch)
tree76c8ec2336e1f90f2e282bf130b876931fdb66cc /access_mpcontext.h
parent9ef15ac4fc28ecf85a497bc664246f227b40c135 (diff)
downloadmpv-2a7c5a1365ad194a42e3f667f85828a152544857.tar.bz2
mpv-2a7c5a1365ad194a42e3f667f85828a152544857.tar.xz
audio: change external AO interface to "ao_[method](ao, ...)"
Make the outside interface of audio output handling similar to the video output one. An AO object is first created, and then methods called with ao_[methodname](ao, args...). However internally libao2/ still holds all data in globals, and trying to create multiple simultaneous AO instances won't work.
Diffstat (limited to 'access_mpcontext.h')
-rw-r--r--access_mpcontext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/access_mpcontext.h b/access_mpcontext.h
index 23bfcfb0ce..c6c8bfeaa3 100644
--- a/access_mpcontext.h
+++ b/access_mpcontext.h
@@ -21,7 +21,6 @@
struct MPContext;
const void *mpctx_get_video_out(struct MPContext *mpctx);
-const void *mpctx_get_audio_out(struct MPContext *mpctx);
void *mpctx_get_demuxer(struct MPContext *mpctx);
void *mpctx_get_playtree_iter(struct MPContext *mpctx);
void *mpctx_get_mixer(struct MPContext *mpctx);