From 2e82b50bce1888bfc3269fec7f3316543e8c0a39 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Sat, 14 Sep 2019 12:54:21 +0800 Subject: [PATCH] avformat/dashdec: reindent code at parse_manifest --- 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;