Commit 7c3ba1b8 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Add a closing LF to Webm-manifest files.

Fixes fate-webm-dash-manifest on AIX.

Reviewed-by: Nicolas George
parent d469aa8c
......@@ -95,7 +95,7 @@ static void write_header(AVFormatContext *s)
static void write_footer(AVFormatContext *s)
{
avio_printf(s->pb, "</MPD>");
avio_printf(s->pb, "</MPD>\n");
}
static int subsegment_alignment(AVFormatContext *s, AdaptationSet *as) {
......
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