[SCM] libav/experimental: Remove unused variable mb_xy.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:00:54 UTC 2013
The following commit has been merged in the experimental branch:
commit 0cb17649d81a1713eac997bc3b6a27c22a409439
Author: avcoder <ffmpeg at gmail.com>
Date: Sun Feb 21 19:32:47 2010 +0000
Remove unused variable mb_xy.
Patch by avcoder, ffmpeg gmail
Originally committed as revision 21945 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 97c97ba..4012508 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;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list