[FFmpeg-cvslog] VP8: init one less near_mv
Jason Garrett-Glaser
git
Fri Feb 18 20:38:22 CET 2011
ffmpeg | branch: master | Jason Garrett-Glaser <jason at x264.com> | Thu Feb 17 13:56:26 2011 -0800| [1d37e908cfe98eaa58a880074687c4d691f0868a] | committer: Michael Niedermayer
VP8: init one less near_mv
This one didn't actually need to be initialized.
(cherry picked from commit 891b1f15a7e45a2a5f91cb4c27d11259ef8e012f)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d37e908cfe98eaa58a880074687c4d691f0868a
---
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)\
More information about the ffmpeg-cvslog
mailing list