[FFmpeg-cvslog] ffmpeg: use av_noreturn

Michael Niedermayer git at videolan.org
Fri Nov 11 04:36:39 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Nov 11 04:24:25 2011 +0100| [8a2e7683180996d8d876a5bdd473767912123009] | committer: Michael Niedermayer

ffmpeg: use av_noreturn

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a2e7683180996d8d876a5bdd473767912123009
---

 ffmpeg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 6af3619..3d1185c 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;
 



More information about the ffmpeg-cvslog mailing list