Carlos Fernandez Sanz <car...@ccextractor.org>于2016年8月16日 周二上午1:48写道:
> 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 7c90157..a73c50d 100644 > --- a/libavformat/hlsenc.c > +++ b/libavformat/hlsenc.c > @@ -360,12 +360,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 > What dose this patch do? _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel