1
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 06:03:45 +01:00

reset module status after uninit

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1864 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-09-06 20:44:42 +00:00
parent e07b1a8cfd
commit df1dcc0737

View File

@ -334,6 +334,8 @@ void uninit_player(unsigned int mask){
}
#endif
current_module=NULL;
}
void exit_player(char* how){