diff options
author | bubu <bubu@bubu.net> | 2003-01-01 15:10:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-01-01 15:10:45 +0000 |
commit | ccfddafbd9a775b05faeaf2f5a5ed182951419aa (patch) | |
tree | 787d7625d6b2f861a7512583effd4afc8fff3775 /libavcodec/i386/mpegvideo_mmx.c | |
parent | 7204b806a0f62401bc66e137f475e896dc3e4dfa (diff) | |
download | ffmpeg-ccfddafbd9a775b05faeaf2f5a5ed182951419aa.tar.gz |
warnings patch by (bubu <bubu at bubu dot net>)
Originally committed as revision 1386 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/mpegvideo_mmx.c')
-rw-r--r-- | libavcodec/i386/mpegvideo_mmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/i386/mpegvideo_mmx.c b/libavcodec/i386/mpegvideo_mmx.c index cb7af3e62e..d936abfd5d 100644 --- a/libavcodec/i386/mpegvideo_mmx.c +++ b/libavcodec/i386/mpegvideo_mmx.c @@ -529,7 +529,6 @@ static void ff_libmpeg2mmx2_idct_add(UINT8 *dest, int line_size, DCTELEM *block) void MPV_common_init_mmx(MpegEncContext *s) { if (mm_flags & MM_MMX) { - int i; const int dct_algo = s->avctx->dct_algo; const int idct_algo= s->avctx->idct_algo; |