Message ID | 1475342852-19156-5-git-send-email-carlos@ccextractor.org |
---|---|
State | Superseded |
Headers | show |
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index a3224ef..1aec53f 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) {