mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 23:17:41 +08:00
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)
|
||||
{
|
||||
avio_printf(s->pb, "</MPD>");
|
||||
avio_printf(s->pb, "</MPD>\n");
|
||||
}
|
||||
|
||||
static int subsegment_alignment(AVFormatContext *s, AdaptationSet *as) {
|
||||
|
Reference in New Issue
Block a user