diff mplayer.c @ 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 baeb54a9c3e9
children 2c1ecca1886c
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)