Commit 109d23e0 authored by Michael Niedermayer's avatar Michael Niedermayer

ffplay: use av_noreturn

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8a2e7683
......@@ -290,7 +290,7 @@ static AVPacket flush_pkt;
static SDL_Surface *screen;
void exit_program(int ret)
void av_noreturn exit_program(int ret)
{
exit(ret);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment