diff mbox

[FFmpeg-devel] avfilter/tests/integral: Remove unused variables

Message ID 20160924174755.10657-1-michael@niedermayer.cc
State Accepted
Commit 1e34584814071ceb496d01dc7fab515105a8755c
Headers show

Commit Message

Michael Niedermayer Sept. 24, 2016, 5:47 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavfilter/tests/integral.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Clément Bœsch Sept. 24, 2016, 5:54 p.m. UTC | #1
On Sat, Sep 24, 2016 at 07:47:55PM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>  libavfilter/tests/integral.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/libavfilter/tests/integral.c b/libavfilter/tests/integral.c
> index 8a2286b..049fefa 100644
> --- a/libavfilter/tests/integral.c
> +++ b/libavfilter/tests/integral.c
> @@ -62,8 +62,6 @@ int main(void)
>  
>      for (yoff = -e; yoff <= e; yoff++) {
>          for (xoff = -e; xoff <= e; xoff++) {
> -            int x, y;
> -
>              printf("xoff=%d yoff=%d\n", xoff, yoff);
>  
>              compute_ssd_integral_image(ii_start, ii_lz_32,

ah, sure, thx
Michael Niedermayer Sept. 24, 2016, 6:06 p.m. UTC | #2
On Sat, Sep 24, 2016 at 07:54:39PM +0200, Clément Bœsch wrote:
> On Sat, Sep 24, 2016 at 07:47:55PM +0200, Michael Niedermayer wrote:
> > Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> > ---
> >  libavfilter/tests/integral.c | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > diff --git a/libavfilter/tests/integral.c b/libavfilter/tests/integral.c
> > index 8a2286b..049fefa 100644
> > --- a/libavfilter/tests/integral.c
> > +++ b/libavfilter/tests/integral.c
> > @@ -62,8 +62,6 @@ int main(void)
> >  
> >      for (yoff = -e; yoff <= e; yoff++) {
> >          for (xoff = -e; xoff <= e; xoff++) {
> > -            int x, y;
> > -
> >              printf("xoff=%d yoff=%d\n", xoff, yoff);
> >  
> >              compute_ssd_integral_image(ii_start, ii_lz_32,
> 
> ah, sure, thx

applied

thx

[...]
diff mbox

Patch

diff --git a/libavfilter/tests/integral.c b/libavfilter/tests/integral.c
index 8a2286b..049fefa 100644
--- a/libavfilter/tests/integral.c
+++ b/libavfilter/tests/integral.c
@@ -62,8 +62,6 @@  int main(void)
 
     for (yoff = -e; yoff <= e; yoff++) {
         for (xoff = -e; xoff <= e; xoff++) {
-            int x, y;
-
             printf("xoff=%d yoff=%d\n", xoff, yoff);
 
             compute_ssd_integral_image(ii_start, ii_lz_32,