changeset 22411:cf4c052b6d60

Fix copy-paste bug (must have broken something in the GUI)
author uau
date Sat, 03 Mar 2007 22:15:19 +0000
parents 6bcfe2368dfa
children 3fb1371e1697
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Sat Mar 03 21:39:28 2007 +0000
+++ b/mplayer.c	Sat Mar 03 22:15:19 2007 +0000
@@ -388,7 +388,7 @@
 
 void *mpctx_get_audio_out(MPContext *mpctx)
 {
-    return mpctx->video_out;
+    return mpctx->audio_out;
 }
 
 void *mpctx_get_playtree_iter(MPContext *mpctx)