Browse code

avcodec/tiff: remove unused variables

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

Michael Niedermayer authored on 2014/04/13 11:33:20
Showing 1 changed files
... ...
@@ -593,7 +593,7 @@ static int tiff_decode_tag(TiffContext *s, AVFrame *frame)
593 593
 {
594 594
     unsigned tag, type, count, off, value = 0, value2 = 0;
595 595
     int i, start;
596
-    int j, k, pos;
596
+    int pos;
597 597
     int ret;
598 598
     double *dp;
599 599