diff -NpuBr -Xexclude.txt main/mplayer.c sherpya/mplayer.c --- main/mplayer.c 2011-08-25 02:46:23.546875000 +0200 +++ sherpya/mplayer.c 2011-08-25 03:11:11.187500000 +0200 @@ -695,8 +695,10 @@ void exit_player_with_rc(enum exit_reaso send_udp(udp_ip, udp_port, "bye"); #endif /* CONFIG_NETWORKING */ +#ifndef _WIN32 if (mpctx->user_muted && !mpctx->edl_muted) mixer_mute(&mpctx->mixer); +#endif uninit_player(INITIALIZED_ALL); #if defined(__MINGW32__) || defined(__CYGWIN__) timeEndPeriod(1);