summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhao <mypopydev@gmail.com>2019-01-14 23:42:09 +0800
committerJun Zhao <mypopydev@gmail.com>2019-01-19 10:13:19 +0800
commit32fb83e4318845a7f44f7bed02d5963b9e81804e (patch)
treed3f896085809fd4f241160f032a34f5b63db2337
parent399c8e860f485e7163dd55f07cbec6fcc2a63dbd (diff)
downloadffmpeg-streaming-32fb83e4318845a7f44f7bed02d5963b9e81804e.zip
ffmpeg-streaming-32fb83e4318845a7f44f7bed02d5963b9e81804e.tar.gz
lavc/hls: Cosmetics: Fix indentation for free_segment_list
Commit 673d8cfd518 missed the indent Signed-off-by: Jun Zhao <mypopydev@gmail.com>
-rw-r--r--libavformat/hls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/hls.c b/libavformat/hls.c
index 63e1abe..8975a87 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -223,9 +223,9 @@ static void free_segment_dynarray(struct segment **segments, int n_segments)
static void free_segment_list(struct playlist *pls)
{
- free_segment_dynarray(pls->segments, pls->n_segments);
- av_freep(&pls->segments);
- pls->n_segments = 0;
+ free_segment_dynarray(pls->segments, pls->n_segments);
+ av_freep(&pls->segments);
+ pls->n_segments = 0;
}
static void free_init_section_list(struct playlist *pls)
OpenPOWER on IntegriCloud