ffmpeg: add newline to avformat_write_header error message
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
66453b1fba
commit
d318e06024
2
ffmpeg.c
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…
x
Reference in New Issue
Block a user