[FFmpeg-devel] [PATCH] avfilter/tests/integral: Remove unused variables
Michael Niedermayer
michael at niedermayer.cc
Sat Sep 24 21:06:05 EEST 2016
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 at 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
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I have often repented speaking, but never of holding my tongue.
-- Xenocrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160924/eec77e67/attachment.sig>
More information about the ffmpeg-devel
mailing list