Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Garrett-Glaser <jason@x264.com>2011-02-18 00:56:26 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-02-18 21:52:41 +0300
commit1d37e908cfe98eaa58a880074687c4d691f0868a (patch)
tree006c5176739398436fee6577c94b04019535184c /libavcodec
parent545dc699f85bbd13b97afa3ca82088fdfa945bc6 (diff)
VP8: init one less near_mv
This one didn't actually need to be initialized. (cherry picked from commit 891b1f15a7e45a2a5f91cb4c27d11259ef8e012f)
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/vp8.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c
index 566ec65380..f71a7b7783 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)\