summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-11 04:24:25 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-11 04:24:25 +0100
commit8a2e7683180996d8d876a5bdd473767912123009 (patch)
tree4a112f4e069a571fc8fff82ea053ad51d5aaa2ea /ffmpeg.c
parent6d4731e1f7d3aef5d3e1c0bbe71974d89529d76f (diff)
ffmpeg: use av_noreturn
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 6af3619b2f..3d1185c3f7 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -640,7 +640,7 @@ static int decode_interrupt_cb(void)
return received_nb_signals > 1;
}
-void exit_program(int ret)
+void av_noreturn exit_program(int ret)
{
int i;