Commit 2276513d authored by aurel's avatar aurel

add missing \n in av_log message

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13152 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6d781850
......@@ -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