We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a7e42 commit 473f091Copy full SHA for 473f091
mp_core.h
@@ -29,6 +29,7 @@
29
#include "mixer.h"
30
#include "libvo/video_out.h"
31
#include "sub/subreader.h"
32
+#include "libavutil/attributes.h"
33
34
// definitions used internally by the core player code
35
@@ -152,8 +153,8 @@ void uninit_player(unsigned int mask);
152
153
void reinit_audio_chain(void);
154
double playing_audio_pts(sh_audio_t *sh_audio, demux_stream_t *d_audio,
155
const ao_functions_t *audio_out);
-void exit_player(enum exit_reason how);
156
-void exit_player_with_rc(enum exit_reason how, int rc);
+av_noreturn void exit_player(enum exit_reason how);
157
+av_noreturn void exit_player_with_rc(enum exit_reason how, int rc);
158
void add_subtitles(char *filename, float fps, int noerr);
159
int reinit_video_chain(void);
160
0 commit comments