[FFmpeg-cvslog] avutil/tests/imgutils: Remove unused variable

Michael Niedermayer git at videolan.org
Tue Dec 13 01:07:09 EET 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon Dec 12 23:45:54 2016 +0100| [4cf3def805cf522ddd9c24c24ef1246b008bac2c] | committer: Michael Niedermayer

avutil/tests/imgutils: Remove unused variable

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4cf3def805cf522ddd9c24c24ef1246b008bac2c
---

 libavutil/tests/imgutils.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavutil/tests/imgutils.c b/libavutil/tests/imgutils.c
index e51ecc6..571045c 100644
--- a/libavutil/tests/imgutils.c
+++ b/libavutil/tests/imgutils.c
@@ -22,7 +22,6 @@
 
 int main(void)
 {
-    int i;
     int64_t x, y;
 
     for (y = -1; y<UINT_MAX; y+= y/2 + 1) {



More information about the ffmpeg-cvslog mailing list