Commit 2076e118 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/gdv: Remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent e78016b0
......@@ -74,7 +74,7 @@ static av_cold int gdv_decode_init(AVCodecContext *avctx)
static void rescale(GDVContext *gdv, uint8_t *dst, int w, int h, int scale_v, int scale_h)
{
int i, j, y, x;
int j, y, x;
if ((gdv->scale_v == scale_v) && (gdv->scale_h == scale_h)) {
return;
......
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