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
This commit is contained in:
uau 2007-03-03 22:15:19 +00:00
parent f70cce4301
commit eeec36107d
1 changed files with 1 additions and 1 deletions

View File

@ -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)