From 9bc0410e4f891719b54a5788665526e22d94bb50 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 15 Jul 2014 20:56:29 -0700 Subject: [PATCH] vp9: remove unused assignment Signed-off-by: Timothy Gu Reviewed-by: BBB Signed-off-by: Michael Niedermayer --- libavcodec/vp9.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index 56975bd577..96da823826 100644 --- a/libavcodec/vp9.c +++ b/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);