Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master: Add a closing LF to Webm-manifest files. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
a07b0ffdc3
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user