Anton Khirnov <[email protected]> writes: > From: Aurelien Jacobs <[email protected]> > > Signed-off-by: Aurelien Jacobs <[email protected]> > Signed-off-by: Anton Khirnov <[email protected]> > --- > libavformat/matroskaenc.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c > index 781121a..4aa4caf 100644 > --- a/libavformat/matroskaenc.c > +++ b/libavformat/matroskaenc.c > @@ -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); > --
OK -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
