[FFmpeg-cvslog] avformat/dashdec: reindent code at parse_manifest
Steven Liu
git at videolan.org
Sat Sep 14 07:54:50 EEST 2019
ffmpeg | branch: master | Steven Liu <lq at chinaffmpeg.org> | Sat Sep 14 12:54:21 2019 +0800| [2e82b50bce1888bfc3269fec7f3316543e8c0a39] | committer: Steven Liu
avformat/dashdec: reindent code at parse_manifest
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e82b50bce1888bfc3269fec7f3316543e8c0a39
---
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;
More information about the ffmpeg-cvslog
mailing list