summaryrefslogtreecommitdiffstats
path: root/mplayer.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 14:50:54 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 14:57:18 +0300
commit8685eea8c2047036f147ca3b6ef1eb0b2354bebb (patch)
tree62f498573bb7b51151e505628c7639bcb1e64de7 /mplayer.h
parent9f7c6291a525b62628360166f8313db6904fb44e (diff)
downloadmpv-8685eea8c2047036f147ca3b6ef1eb0b2354bebb.tar.bz2
mpv-8685eea8c2047036f147ca3b6ef1eb0b2354bebb.tar.xz
Rename exit_player() use outside core to exit_player_bad()
The VOs which use it shouldn't really exit the whole program. The renaming will allow including mplayer.h in mplayer.c without clashing with the static exit_player() there.
Diffstat (limited to 'mplayer.h')
-rw-r--r--mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.h b/mplayer.h
index 222fbe22cf..9187e6baa2 100644
--- a/mplayer.h
+++ b/mplayer.h
@@ -39,7 +39,7 @@ extern int auto_quality;
extern int vobsub_id;
-static inline void exit_player(const char *how)
+static inline void exit_player_bad(const char *how)
{
if (how)
mp_msg(MSGT_CPLAYER, MSGL_INFO, "Deprecated exit call: %s", how);