From 891b1f15a7e45a2a5f91cb4c27d11259ef8e012f Mon Sep 17 00:00:00 2001
From: Jason Garrett-Glaser <jason@x264.com>
Date: Thu, 17 Feb 2011 13:56:26 -0800
Subject: [PATCH] VP8: init one less near_mv

This one didn't actually need to be initialized.
---
 libavcodec/vp8.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c
index 566ec65380d..f71a7b77832 100644
--- a/libavcodec/vp8.c
+++ b/libavcodec/vp8.c
@@ -481,7 +481,6 @@ void decode_mvs(VP8Context *s, VP8Macroblock *mb, int mb_x, int mb_y)
 
     AV_ZERO32(&near_mv[0]);
     AV_ZERO32(&near_mv[1]);
-    AV_ZERO32(&near_mv[2]);
 
     /* Process MB on top, left and top-left */
     #define MV_EDGE_CHECK(n)\
-- 
GitLab