Commit 8a2e7683 authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: use av_noreturn

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6d4731e1
...@@ -640,7 +640,7 @@ static int decode_interrupt_cb(void) ...@@ -640,7 +640,7 @@ static int decode_interrupt_cb(void)
return received_nb_signals > 1; return received_nb_signals > 1;
} }
void exit_program(int ret) void av_noreturn exit_program(int ret)
{ {
int i; int i;
......
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