# HG changeset patch # User uau # Date 1172960119 0 # Node ID cf4c052b6d6046a6459afc30d780cf96a5426a0a # Parent 6bcfe2368dfa20b530806c26a4fd6d5b01135a5f Fix copy-paste bug (must have broken something in the GUI) diff -r 6bcfe2368dfa -r cf4c052b6d60 mplayer.c --- 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)