[FFmpeg-devel] [PATCH 4/4] V13 - Correct Indentation
Carlos Fernandez Sanz
carlos at ccextractor.org
Tue Oct 4 02:14:56 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 44259ec..83d6881 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -406,12 +406,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