mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-13 10:51:38 +00:00
avformat/dashdec: reindent code at parse_manifest
This commit is contained in:
parent
0c5726a332
commit
2e82b50bce
@ -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…
Reference in New Issue
Block a user