From eeec36107df98a6a4204faef31f42a45ef0875a9 Mon Sep 17 00:00:00 2001 From: uau Date: Sat, 3 Mar 2007 22:15:19 +0000 Subject: 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 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mplayer.c') 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) -- cgit v1.2.3