From: Carlos Fernandez <car...@ccextractor.org> Signed-off-by: Carlos Fernandez <car...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel