[FFmpeg-cvslog] r13592 - trunk/ffserver.c
bcoudurier
subversion
Sun Jun 1 04:01:25 CEST 2008
Author: bcoudurier
Date: Sun Jun 1 04:01:22 2008
New Revision: 13592
Log:
add \n to error message
Modified:
trunk/ffserver.c
Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c (original)
+++ trunk/ffserver.c Sun Jun 1 04:01:22 2008
@@ -3330,7 +3330,7 @@ static void build_file_streams(void)
/* find all the AVStreams inside and reference them in
'stream' */
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);
av_close_input_file(infile);
goto fail;
More information about the ffmpeg-cvslog
mailing list