mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
add missing \n in av_log message
Originally committed as revision 13152 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fbb878ce0f
commit
2f79b4e8af
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user