summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-03 22:15:19 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-03 22:15:19 +0000
commiteeec36107df98a6a4204faef31f42a45ef0875a9 (patch)
tree6c3a6c6d1c63cfd4cdd6e3fd9f5dae0d0f9110d2 /mplayer.c
parentf70cce4301b00b7fe1f6ba96041bc327cb0071da (diff)
downloadmpv-eeec36107df98a6a4204faef31f42a45ef0875a9.tar.bz2
mpv-eeec36107df98a6a4204faef31f42a45ef0875a9.tar.xz
Fix copy-paste bug (must have broken something in the GUI)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22429 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 21aab1c033..ddf4e24cb4 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -388,7 +388,7 @@ void *mpctx_get_video_out(MPContext *mpctx)
void *mpctx_get_audio_out(MPContext *mpctx)
{
- return mpctx->video_out;
+ return mpctx->audio_out;
}
void *mpctx_get_playtree_iter(MPContext *mpctx)