summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-08 16:41:44 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-08 16:41:44 +0000
commit1bff6e8bc37081ef8a76c944726219c2cb53413e (patch)
treefdab40e6729842f22940f100536e94f251808c4c /mplayer.c
parent8a99b7a507c9cd01127ec5c18970a1e27327517f (diff)
downloadmpv-1bff6e8bc37081ef8a76c944726219c2cb53413e.tar.bz2
mpv-1bff6e8bc37081ef8a76c944726219c2cb53413e.tar.xz
some bugfix, x[11|mga|v] ( fullscreen with more files )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6014 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index c14d3fc2db..385e119c13 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -354,6 +354,7 @@ void uninit_player(unsigned int mask){
void exit_player(char* how){
uninit_player(INITED_ALL);
+ vo_uninit();
current_module="exit_player";