From 78998bf217ba427ec4fbb5d3ae82fff31ab81f2e Mon Sep 17 00:00:00 2001 From: Alexander Strange Date: Sat, 13 Feb 2010 21:09:38 +0000 Subject: h264: Remove unused variables. Originally committed as revision 21815 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/h264.h') diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 90a88b5eb5..2b2243ff81 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -1136,7 +1136,6 @@ static int fill_filter_caches(H264Context *h, int mb_type){ const int mb_xy= h->mb_xy; int top_xy, left_xy[2]; int top_type, left_type[2]; - int i; top_xy = mb_xy - (s->mb_stride << MB_FIELD); -- cgit v1.2.3