[FFmpeg-cvslog] ffprobe: 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:26:07 2011 +0100| [985e76802435a3eabfbfca3ca27cc3aa66ba907a] | committer: Michael Niedermayer
ffprobe: use av_noreturn
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=985e76802435a3eabfbfca3ca27cc3aa66ba907a
---
ffprobe.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ffprobe.c b/ffprobe.c
index 0ddea81..e512f00 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -58,7 +58,7 @@ static const char *unit_hertz_str = "Hz" ;
static const char *unit_byte_str = "byte" ;
static const char *unit_bit_per_second_str = "bit/s";
-void exit_program(int ret)
+void av_noreturn exit_program(int ret)
{
exit(ret);
}
More information about the ffmpeg-cvslog
mailing list