]> git.sesse.net Git - ffmpeg/commitdiff
VP8: init one less near_mv
authorJason Garrett-Glaser <jason@x264.com>
Thu, 17 Feb 2011 21:56:26 +0000 (13:56 -0800)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 18 Feb 2011 18:52:41 +0000 (19:52 +0100)
This one didn't actually need to be initialized.
(cherry picked from commit 891b1f15a7e45a2a5f91cb4c27d11259ef8e012f)

libavcodec/vp8.c

index 566ec65380d7d114373e1ad6dc8e27050cf6740d..f71a7b77832c33011c849079c5efbf0730377376 100644 (file)
@@ -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)\