ffmpeg: add newline to avformat_write_header error message

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Marton Balint <cus@passwd.hu>
pull/240/head
Marton Balint 8 years ago
parent 66453b1fba
commit d318e06024
  1. 2
      ffmpeg.c

@ -2800,7 +2800,7 @@ static int check_init_output_file(OutputFile *of, int file_index)
if (ret < 0) { if (ret < 0) {
av_log(NULL, AV_LOG_ERROR, av_log(NULL, AV_LOG_ERROR,
"Could not write header for output file #%d " "Could not write header for output file #%d "
"(incorrect codec parameters ?): %s", "(incorrect codec parameters ?): %s\n",
file_index, av_err2str(ret)); file_index, av_err2str(ret));
return ret; return ret;
} }

Loading…
Cancel
Save