ffmpeg_opt: add missing space in error message

Found-by: rcombs
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/137/head
Michael Niedermayer 10 years ago
parent 737b0ca65b
commit 0b9d636877
  1. 2
      ffmpeg_opt.c

@ -2024,7 +2024,7 @@ loop_end:
map->file_index, map->stream_index);
if (!ignore_unknown_streams) {
av_log(NULL, AV_LOG_FATAL,
"If you want unsupported types ignored instead"
"If you want unsupported types ignored instead "
"of failing, please use the -ignore_unknown option\n");
exit_program(1);
}

Loading…
Cancel
Save