Commit 3c21f2b5 authored by bcoudurier's avatar bcoudurier

add \n to error message

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13592 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 25e3ae13
...@@ -3330,7 +3330,7 @@ static void build_file_streams(void) ...@@ -3330,7 +3330,7 @@ static void build_file_streams(void)
/* find all the AVStreams inside and reference them in /* find all the AVStreams inside and reference them in
'stream' */ 'stream' */
if (av_find_stream_info(infile) < 0) { if (av_find_stream_info(infile) < 0) {
http_log("Could not find codec parameters from '%s'", http_log("Could not find codec parameters from '%s'\n",
stream->feed_filename); stream->feed_filename);
av_close_input_file(infile); av_close_input_file(infile);
goto fail; goto fail;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment