Commit 1dc2d4a8 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/tiff: remove unused variables

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a676e48d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment