1
0
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:
Aurelien Jacobs 2008-05-13 23:33:15 +00:00
parent fbb878ce0f
commit 2f79b4e8af

View File

@ -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;
}