From 11b55ec7a89c8605401e40b6a4c56ca8971350da Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 14 Feb 2010 10:53:20 +0000 Subject: Fix exit_player() usage throughout the codebase. exit_player() was declared with differing parameter types in mplayer.c and mplayer.h. Make the declaration in the .h file match the one in the .c file and adjust all usages of exit_player() throughout the codebase. Also move the exit_player() declaration into mp_core.h next to exit_player_with_rc(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30558 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mp_core.h') diff --git a/mp_core.h b/mp_core.h index 83eca9ebe1..c26dff3de4 100644 --- a/mp_core.h +++ b/mp_core.h @@ -154,6 +154,7 @@ void reinit_audio_chain(void); void init_vo_spudec(void); double playing_audio_pts(sh_audio_t *sh_audio, demux_stream_t *d_audio, const ao_functions_t *audio_out); +void exit_player(exit_reason_t how); void exit_player_with_rc(exit_reason_t how, int rc); void add_subtitles(char *filename, float fps, int noerr); int reinit_video_chain(void); -- cgit v1.2.3