Browse Source

avformat/dashdec: reindent code at parse_manifest

tags/n4.3
Steven Liu 6 years ago
parent
commit
2e82b50bce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/dashdec.c

+ 1
- 1
libavformat/dashdec.c 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;



Loading…
Cancel
Save