Browse Source

ffprobe: use av_noreturn

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 14 years ago
parent
commit
985e768024
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffprobe.c

+ 1
- 1
ffprobe.c View File

@@ -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);
}


Loading…
Cancel
Save