Commit 2501d2f3 authored by Aurelien Jacobs's avatar Aurelien Jacobs Committed by Anton Khirnov

matroskaenc: add missing new line in av_log() call

Signed-off-by: 's avatarAurelien Jacobs <aurel@gnuage.org>
Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 14cf9e69
......@@ -616,7 +616,7 @@ static int mkv_write_tracks(AVFormatContext *s)
put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, MATROSKA_TRACK_TYPE_SUBTITLE);
break;
default:
av_log(s, AV_LOG_ERROR, "Only audio, video, and subtitles are supported for Matroska.");
av_log(s, AV_LOG_ERROR, "Only audio, video, and subtitles are supported for Matroska.\n");
break;
}
ret = mkv_write_codecprivate(s, pb, codec, native_id, qt_id);
......
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