Re: [FFmpeg-devel] [PATCH 1/2] lavf/hlsenc: fix mixed declarations and code warning.

2018-08-20 Thread Liu Steven
> 在 2018年8月20日,下午7:13,Jun Zhao 写道: > > fix the build warning for "ISO C90 forbids mixed declarations and code" > > Signed-off-by: Jun Zhao > --- > libavformat/hlsenc.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c >

[FFmpeg-devel] [PATCH 1/2] lavf/hlsenc: fix mixed declarations and code warning.

2018-08-20 Thread Jun Zhao
fix the build warning for "ISO C90 forbids mixed declarations and code" Signed-off-by: Jun Zhao --- libavformat/hlsenc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 43e6fc8..c261016 100644 --- a/libavformat/hlsenc.c