Commit 985e7680 authored by Michael Niedermayer's avatar Michael Niedermayer

ffprobe: use av_noreturn

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent db29da9a
...@@ -58,7 +58,7 @@ static const char *unit_hertz_str = "Hz" ; ...@@ -58,7 +58,7 @@ static const char *unit_hertz_str = "Hz" ;
static const char *unit_byte_str = "byte" ; static const char *unit_byte_str = "byte" ;
static const char *unit_bit_per_second_str = "bit/s"; static const char *unit_bit_per_second_str = "bit/s";
void exit_program(int ret) void av_noreturn exit_program(int ret)
{ {
exit(ret); exit(ret);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment