Browse Source

ffmpeg: use av_noreturn

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

+ 1
- 1
ffmpeg.c View File

@@ -640,7 +640,7 @@ static int decode_interrupt_cb(void)
return received_nb_signals > 1;
}

void exit_program(int ret)
void av_noreturn exit_program(int ret)
{
int i;



Loading…
Cancel
Save