mirror of https://git.ffmpeg.org/ffmpeg.git
ffprobe: use av_noreturn
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
db29da9ac8
commit
985e768024
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue