Re: [FFmpeg-devel] [PATCH 1/2] avfilter/tests/integral: Fix build warning after adjust the location

2019-02-11 Thread myp...@gmail.com
On Tue, Feb 12, 2019 at 1:48 AM Michael Niedermayer wrote: > > On Sun, Feb 10, 2019 at 02:53:57PM +0800, Jun Zhao wrote: > > Fix build warning like "warning: ISO C90 forbids mixed declarations > > and code" after adjust the location for malloc fail check. > > > > Signed-off-by: Jun Zhao > > ---

Re: [FFmpeg-devel] [PATCH 1/2] avfilter/tests/integral: Fix build warning after adjust the location

2019-02-11 Thread Michael Niedermayer
On Sun, Feb 10, 2019 at 02:53:57PM +0800, Jun Zhao wrote: > Fix build warning like "warning: ISO C90 forbids mixed declarations > and code" after adjust the location for malloc fail check. > > Signed-off-by: Jun Zhao > --- > libavfilter/tests/integral.c |9 + > 1 files changed, 5

[FFmpeg-devel] [PATCH 1/2] avfilter/tests/integral: Fix build warning after adjust the location

2019-02-09 Thread Jun Zhao
Fix build warning like "warning: ISO C90 forbids mixed declarations and code" after adjust the location for malloc fail check. Signed-off-by: Jun Zhao --- libavfilter/tests/integral.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/libavfilter/tests/integral.c