ffmpeg: use av_noreturn

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/2/head
Michael Niedermayer 13 years ago
parent 6d4731e1f7
commit 8a2e768318
  1. 2
      ffmpeg.c

@ -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