Re: [FFmpeg-devel] [PATCH v2 1/7] avformat/hlsenc: Avoid setting unused variables

2020-03-11 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Several variables which are only used when the HLS_SINGLE_FILE flag is > unset have been set even when this flag is set. This has been changed. > > Signed-off-by: Andreas Rheinhardt > --- > Now not moving variables into a smaller scope. > > libavformat/hlsenc.c | 16 ++

[FFmpeg-devel] [PATCH v2 1/7] avformat/hlsenc: Avoid setting unused variables

2020-02-28 Thread Andreas Rheinhardt
Several variables which are only used when the HLS_SINGLE_FILE flag is unset have been set even when this flag is set. This has been changed. Signed-off-by: Andreas Rheinhardt --- Now not moving variables into a smaller scope. libavformat/hlsenc.c | 16 1 file changed, 8 insert