mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avcodec/tiff: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a676e48d39
commit
1dc2d4a8ef
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user