diff mplayer.c @ 33670:3b3e2d2f68c3

Rename guiGetEvent type guiSetVolume guiSetMixer.
author ib
date Tue, 28 Jun 2011 17:36:19 +0000
parents e7ef5b755462
children 45553d0f65c6
line wrap: on
line diff
--- a/mplayer.c	Tue Jun 28 17:23:37 2011 +0000
+++ b/mplayer.c	Tue Jun 28 17:36:19 2011 +0000
@@ -3995,7 +3995,7 @@
                 else if (mpctx->sh_audio)
                     guiInfo.TimeSec = playing_audio_pts(mpctx->sh_audio, mpctx->d_audio, mpctx->audio_out);
                 guiInfo.LengthInSec = demuxer_get_time_length(mpctx->demuxer);
-                guiGetEvent(guiSetVolume, NULL);
+                guiGetEvent(guiSetMixer, NULL);
                 guiGetEvent(guiReDraw, NULL);
                 if (guiInfo.Playing == GUI_STOP)
                     break;                  // STOP