[FFmpeg-devel] [PATCH 4/4] V14 - Correct Indentation

Carlos Fernandez Sanz carlos at ccextractor.org
Wed Oct 19 03:36:30 EEST 2016


From: Carlos Fernandez <carlos at ccextractor.org>

Signed-off-by: Carlos Fernandez <carlos at ccextractor.org>
---
 libavformat/hlsenc.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 01e3237..8d99154 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -391,12 +391,12 @@ static int hls_append_segment(struct AVFormatContext *s, HLSContext *hls, double
     else
         en->sub_filename[0] = '\0';
 
-    en->duration = duration;
-    en->pos      = pos;
-    en->event    = event;
-    en->size     = size;
+    en->duration   = duration;
+    en->pos        = pos;
+    en->event      = event;
+    en->size       = size;
     en->start_pts  = start_pts;
-    en->next     = NULL;
+    en->next       = NULL;
 
     if (hls->scte_iface) {
         if (hls->scte_iface->event_state == EVENT_OUT_CONT)
-- 
2.7.4



More information about the ffmpeg-devel mailing list