[FFmpeg-cvslog] vp9: remove unused assignment

Timothy Gu git at videolan.org
Wed Jul 16 14:49:42 CEST 2014


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Tue Jul 15 20:56:29 2014 -0700| [9bc0410e4f891719b54a5788665526e22d94bb50] | committer: Michael Niedermayer

vp9: remove unused assignment

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
Reviewed-by: BBB
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9bc0410e4f891719b54a5788665526e22d94bb50
---

 libavcodec/vp9.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c
index 56975bd..96da823 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);



More information about the ffmpeg-cvslog mailing list