Add a closing LF to Webm-manifest files.
Fixes fate-webm-dash-manifest on AIX. Reviewed-by: Nicolas George
This commit is contained in:
@@ -95,7 +95,7 @@ static void write_header(AVFormatContext *s)
|
|||||||
|
|
||||||
static void write_footer(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) {
|
static int subsegment_alignment(AVFormatContext *s, AdaptationSet *as) {
|
||||||
|
|||||||
Reference in New Issue
Block a user