Commit a07b0ffd authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'cehoyos/master'

* cehoyos/master:
  Add a closing LF to Webm-manifest files.
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 4a99134f 7c3ba1b8
......@@ -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