ffmpeg | branch: master | Steven Liu <l...@chinaffmpeg.org> | Sat Sep 14 
12:54:21 2019 +0800| [2e82b50bce1888bfc3269fec7f3316543e8c0a39] | committer: 
Steven Liu

avformat/dashdec: reindent code at parse_manifest

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e82b50bce1888bfc3269fec7f3316543e8c0a39
---

 libavformat/dashdec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
index 4f725ba09a..8c0a9b0102 100644
--- a/libavformat/dashdec.c
+++ b/libavformat/dashdec.c
@@ -1265,7 +1265,7 @@ static int parse_manifest(AVFormatContext *s, const char 
*url, AVIOContext *in)
     } else {
         LIBXML_TEST_VERSION
 
-            doc = xmlReadMemory(buffer, filesize, c->base_url, NULL, 0);
+        doc = xmlReadMemory(buffer, filesize, c->base_url, NULL, 0);
         root_element = xmlDocGetRootElement(doc);
         node = root_element;
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to