From 0cb17649d81a1713eac997bc3b6a27c22a409439 Mon Sep 17 00:00:00 2001 From: avcoder Date: Sun, 21 Feb 2010 19:32:47 +0000 Subject: [PATCH] Remove unused variable mb_xy. Patch by avcoder, ffmpeg gmail Originally committed as revision 21945 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 97c97ba7a1..4012508a1e 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -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;