mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avformat/dashdec: reindent code at parse_manifest
This commit is contained in:
@@ -1265,7 +1265,7 @@ static int parse_manifest(AVFormatContext *s, const char *url, AVIOContext *in)
|
|||||||
} else {
|
} else {
|
||||||
LIBXML_TEST_VERSION
|
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);
|
root_element = xmlDocGetRootElement(doc);
|
||||||
node = root_element;
|
node = root_element;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user