1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-17 04:40:09 +00:00

add missing playtree entry

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22412 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
vayne 2007-03-02 15:14:14 +00:00
parent 5a39cd78b7
commit c9686c5da0

View File

@ -523,7 +523,8 @@ int guiGetEvent(int type, char *arg)
audio_out = mpctx_get_audio_out(guiIntfStruct.mpcontext);
video_out = mpctx_get_video_out(guiIntfStruct.mpcontext);
mixer = mpctx_get_mixer(guiIntfStruct.mpcontext);
}
playtree = mpctx_get_playtree_iter(guiIntfStruct.mpcontext);
}
switch (type)
{