vp9: remove unused assignment

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Reviewed-by: BBB
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/77/merge
Timothy Gu 10 years ago committed by Michael Niedermayer
parent ea6178fff8
commit 9bc0410e4f
  1. 3
      libavcodec/vp9.c

@ -2479,7 +2479,6 @@ static void intra_recon(AVCodecContext *ctx, ptrdiff_t y_off, ptrdiff_t uv_off)
}
// U/V
h4 >>= 1;
w4 >>= 1;
end_x >>= 1;
end_y >>= 1;
@ -2760,8 +2759,6 @@ static void inter_recon(AVCodecContext *ctx)
}
// uv itxfm add
h4 >>= 1;
w4 >>= 1;
end_x >>= 1;
end_y >>= 1;
step = 1 << (b->uvtx * 2);

Loading…
Cancel
Save