avcodec/gdv: Remove unused variable

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/299/head
Michael Niedermayer 7 years ago
parent e78016b04a
commit 2076e11839
  1. 2
      libavcodec/gdv.c

@ -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;

Loading…
Cancel
Save