diff options
author | avcoder <ffmpeg@gmail.com> | 2010-02-21 19:32:47 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-02-21 19:32:47 +0000 |
commit | 0cb17649d81a1713eac997bc3b6a27c22a409439 (patch) | |
tree | abcfaeda2281566f487835a5c05702ac7a55aeba | |
parent | 1be784a2cfdd088fefc9a94e521c550a55ea7fa1 (diff) | |
download | ffmpeg-0cb17649d81a1713eac997bc3b6a27c22a409439.tar.gz |
Remove unused variable mb_xy.
Patch by avcoder, ffmpeg gmail
Originally committed as revision 21945 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/h264.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |