From 1dc2d4a8efd1d358a9e2bf16652a4baaee609365 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 13 Apr 2014 04:33:20 +0200 Subject: [PATCH] avcodec/tiff: remove unused variables Signed-off-by: Michael Niedermayer --- libavcodec/tiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index d864521b36..af1b4e07b6 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;