[FFmpeg-cvslog] avcodec/tiff: remove unused variables

Michael Niedermayer git at videolan.org
Sun Apr 13 04:50:08 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Apr 13 04:33:20 2014 +0200| [1dc2d4a8efd1d358a9e2bf16652a4baaee609365] | committer: Michael Niedermayer

avcodec/tiff: remove unused variables

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/tiff.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c
index d864521..af1b4e0 100644
--- a/libavcodec/tiff.c
+++ b/libavcodec/tiff.c
@@ -593,7 +593,7 @@ static int tiff_decode_tag(TiffContext *s, AVFrame *frame)
 {
     unsigned tag, type, count, off, value = 0, value2 = 0;
     int i, start;
-    int j, k, pos;
+    int pos;
     int ret;
     double *dp;
 



More information about the ffmpeg-cvslog mailing list