ffplay: use av_noreturn

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-11-11 04:25:35 +01:00
parent 8a2e768318
commit 109d23e0b4
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ static AVPacket flush_pkt;
static SDL_Surface *screen; static SDL_Surface *screen;
void exit_program(int ret) void av_noreturn exit_program(int ret)
{ {
exit(ret); exit(ret);
} }