avformat/dashdec: reindent code at parse_manifest

This commit is contained in:
Steven Liu 2019-09-14 12:54:21 +08:00
parent 0c5726a332
commit 2e82b50bce
1 changed files with 1 additions and 1 deletions

View File

@ -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;