Re: [FFmpeg-devel] [PATCH V1 2/2] lavc/hls: Cosmetics: Fix indentation for free_segment_list

2019-01-14 Thread Carl Eugen Hoyos
2019-01-14 16:54 GMT+01:00, Jun Zhao : > Commit 673d8cfd518 missed the indent > > Signed-off-by: Jun Zhao > --- > libavformat/hls.c |8 > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavformat/hls.c b/libavformat/hls.c > index 63e1abe..2dd42ff 100644 > --- a/li

[FFmpeg-devel] [PATCH V1 2/2] lavc/hls: Cosmetics: Fix indentation for free_segment_list

2019-01-14 Thread Jun Zhao
Commit 673d8cfd518 missed the indent Signed-off-by: Jun Zhao --- libavformat/hls.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index 63e1abe..2dd42ff 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -12,7 +12,7 @@