Browse Source

VP8: init one less near_mv

This one didn't actually need to be initialized.
tags/n0.8
Jason Garrett-Glaser 14 years ago
parent
commit
891b1f15a7
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/vp8.c

+ 0
- 1
libavcodec/vp8.c View 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)\


Loading…
Cancel
Save