Module: ffmpeg
Branch: master
Commit: 891b1f15a7e45a2a5f91cb4c27d11259ef8e012f

Author:    Jason Garrett-Glaser <[email protected]>
Committer: Jason Garrett-Glaser <[email protected]>
Date:      Thu Feb 17 13:56:26 2011 -0800

VP8: init one less near_mv

This one didn't actually need to be initialized.

---

 libavcodec/vp8.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c
index 566ec65..f71a7b7 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)\

_______________________________________________
ffmpeg-commits mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits

Reply via email to