[FFmpeg-devel] [PATCH 4/4] v5 - Correct Indentation
Steven Liu
lingjiujianke at gmail.com
Tue Aug 16 00:33:42 EEST 2016
Carlos Fernandez Sanz <carlos at ccextractor.org>于2016年8月16日 周二上午1:48写道:
> 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 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 at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
What dose this patch do?
More information about the ffmpeg-devel
mailing list