[FFmpeg-cvslog] ffplay: use av_noreturn
Michael Niedermayer
git at videolan.org
Fri Nov 11 04:36:40 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Nov 11 04:25:35 2011 +0100| [109d23e0b47796fa582fd9419628bd44dfbefcc4] | committer: Michael Niedermayer
ffplay: use av_noreturn
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=109d23e0b47796fa582fd9419628bd44dfbefcc4
---
ffplay.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ffplay.c b/ffplay.c
index c85dad5..5cc4fa4 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -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);
}
More information about the ffmpeg-cvslog
mailing list