Hi!

Attached patch fixes fate-webm-dash-manifest on aix.
I cannot reproduce the problem on other systems and I 
don't know if the patch is correct.

Please comment, Carl Eugen
diff --git a/libavformat/webmdashenc.c b/libavformat/webmdashenc.c
index 77f6170..849b241 100644
--- a/libavformat/webmdashenc.c
+++ b/libavformat/webmdashenc.c
@@ -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) {
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to