Re: [FFmpeg-devel] [PATCH 1/2] vf_phase: Reduce the scope of several variables

2016-01-31 Thread Timothy Gu
On Sat, Jan 30, 2016 at 09:47:21PM +0100, Paul B Mahol wrote: > > ok Pushed. Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/2] vf_phase: Reduce the scope of several variables

2016-01-30 Thread Paul B Mahol
On 1/30/16, Timothy Gu wrote: > --- > libavfilter/vf_phase.c | 18 ++ > 1 file changed, 10 insertions(+), 8 deletions(-) > > diff --git a/libavfilter/vf_phase.c b/libavfilter/vf_phase.c > index 7249388..fadeb62 100644 > --- a/libavfilter/vf_phase.c > +++ b/libavfilter/vf_phase.c >

[FFmpeg-devel] [PATCH 1/2] vf_phase: Reduce the scope of several variables

2016-01-30 Thread Timothy Gu
--- libavfilter/vf_phase.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/libavfilter/vf_phase.c b/libavfilter/vf_phase.c index 7249388..fadeb62 100644 --- a/libavfilter/vf_phase.c +++ b/libavfilter/vf_phase.c @@ -116,14 +116,7 @@ static int config_input(AV