# HG changeset patch # User diego # Date 1266766157 0 # Node ID 3fbc764c4848186c2c4f9c221299b3c44d0f25c8 # Parent 2d49996fe7d18ed77e9b4fc0afe816e1834307e3 Remove unused variable, fixes warnings of the type: libavcodec/h264.h:816: warning: unused variable `mb_xy' diff -r 2d49996fe7d1 -r 3fbc764c4848 h264.h --- a/h264.h Sun Feb 21 15:11:59 2010 +0000 +++ b/h264.h Sun Feb 21 15:29:17 2010 +0000 @@ -813,7 +813,6 @@ static void fill_decode_caches(H264Context *h, int mb_type){ MpegEncContext * const s = &h->s; - const int mb_xy= h->mb_xy; int topleft_xy, top_xy, topright_xy, left_xy[2]; int topleft_type, top_type, topright_type, left_type[2]; const uint8_t * left_block= h->left_block;