On Thu, Mar 24, 2011 at 09:28:42PM -0400, Ronald S. Bultje wrote: > From: Alexander Strange <[email protected]>
OK I guess, the previous names were a tad generic... > --- a/libavcodec/vp8.c > +++ b/libavcodec/vp8.c > @@ -512,7 +512,7 @@ void decode_mvs(VP8Context *s, VP8Macroblock *mb, int > mb_x, int mb_y) > > /* If we have three distinct MVs, merge first and last if they're > the same */ > - if (cnt[CNT_SPLITMV] && AV_RN32A(&near_mv[1+EDGE_TOP]) == > AV_RN32A(&near_mv[1+EDGE_TOPLEFT])) > + if (cnt[CNT_SPLITMV] && AV_RN32A(&near_mv[1+VP8_EDGE_TOP]) == > AV_RN32A(&near_mv[1+VP8_EDGE_TOPLEFT])) Maybe sneak in some whitespace around operators while you're at it... Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
