# HG changeset patch # User cehoyos # Date 1266780767 0 # Node ID 9df548187a80ccc10bd65fb7efb324a89d59f201 # Parent 5c339e441acedc96dfeb6d3e223183a3af062b2d Remove unused variable mb_xy. Patch by avcoder, ffmpeg gmail diff -r 5c339e441ace -r 9df548187a80 h264.c --- a/h264.c Sun Feb 21 18:01:56 2010 +0000 +++ b/h264.c Sun Feb 21 19:32:47 2010 +0000 @@ -981,7 +981,6 @@ 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;