[FFmpeg-devel] [PATCH] VP8: init one less near_mv
Jason Garrett-Glaser
jason
Thu Feb 17 22:57:02 CET 2011
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)\
--
1.7.3.2.451.g1c2ab.dirty
More information about the ffmpeg-devel
mailing list