diff options
author | Alexander Strange <astrange@ithinksw.com> | 2010-02-13 21:09:38 +0000 |
---|---|---|
committer | Alexander Strange <astrange@ithinksw.com> | 2010-02-13 21:09:38 +0000 |
commit | 78998bf217ba427ec4fbb5d3ae82fff31ab81f2e (patch) | |
tree | 4432eded4ff689adc2543290158d900ccea1962f /libavcodec/h264.h | |
parent | 677dab59cb2bf6b2a3fa1eb941331ad3892ee7f4 (diff) | |
download | ffmpeg-78998bf217ba427ec4fbb5d3ae82fff31ab81f2e.tar.gz |
h264: Remove unused variables.
Originally committed as revision 21815 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |