diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-11-11 04:24:25 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-11 04:24:25 +0100 |
commit | 8a2e7683180996d8d876a5bdd473767912123009 (patch) | |
tree | 4a112f4e069a571fc8fff82ea053ad51d5aaa2ea /ffmpeg.c | |
parent | 6d4731e1f7d3aef5d3e1c0bbe71974d89529d76f (diff) | |
download | ffmpeg-8a2e7683180996d8d876a5bdd473767912123009.tar.gz |
ffmpeg: use av_noreturn
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |