[FFmpeg-cvslog] r21945 - trunk/libavcodec/h264.c
cehoyos
subversion
Sun Feb 21 20:32:47 CET 2010
Author: cehoyos
Date: Sun Feb 21 20:32:47 2010
New Revision: 21945
Log:
Remove unused variable mb_xy.
Patch by avcoder, ffmpeg gmail
Modified:
trunk/libavcodec/h264.c
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c Sun Feb 21 19:33:24 2010 (r21944)
+++ trunk/libavcodec/h264.c Sun Feb 21 20:32:47 2010 (r21945)
@@ -981,7 +981,6 @@ static inline void xchg_mb_border(H264Co
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;
More information about the ffmpeg-cvslog
mailing list