Commit 2f79b4e8 authored by Aurelien Jacobs's avatar Aurelien Jacobs

add missing \n in av_log message

Originally committed as revision 13152 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fbb878ce
......@@ -1508,7 +1508,7 @@ matroska_add_stream (MatroskaDemuxContext *matroska)
#endif
num != MATROSKA_TRACK_ENCODING_COMP_LZO)
av_log(matroska->ctx, AV_LOG_ERROR,
"Unsupported compression algo");
"Unsupported compression algo\n");
track->encoding_algo = num;
break;
}
......
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