Remove unused variable mb_xy.
authoravcoder <ffmpeg@gmail.com>
Sun, 21 Feb 2010 19:32:47 +0000 (19:32 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 21 Feb 2010 19:32:47 +0000 (19:32 +0000)
Patch by avcoder, ffmpeg gmail

Originally committed as revision 21945 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264.c

index 97c97ba..4012508 100644 (file)
@@ -981,7 +981,6 @@ static inline void xchg_mb_border(H264Context *h, uint8_t *src_y, uint8_t *src_c
     MpegEncContext * const s = &h->s;
     int deblock_left;
     int deblock_top;
-    int mb_xy;
     int top_idx = 1;
     uint8_t *top_border_m1;
     uint8_t *top_border;