diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-09-24 15:31:46 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-09-24 15:31:46 +0000 |
commit | 7e117771cdf6ed76c90455ce289dbd027477b7fb (patch) | |
tree | 31f21c519b74817ff33752e44e452f1e314c73a6 | |
parent | ae1129186599b527def87dcccec35d2182978d16 (diff) | |
download | ffmpeg-7e117771cdf6ed76c90455ce289dbd027477b7fb.tar.gz |
Remove unused variable.
Originally committed as revision 25173 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/x86/h264dsp_mmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/h264dsp_mmx.c b/libavcodec/x86/h264dsp_mmx.c index 59218984a1..249675f391 100644 --- a/libavcodec/x86/h264dsp_mmx.c +++ b/libavcodec/x86/h264dsp_mmx.c @@ -24,7 +24,6 @@ #include "dsputil_mmx.h" DECLARE_ALIGNED(8, static const uint64_t, ff_pb_3_1 ) = 0x0103010301030103ULL; -DECLARE_ALIGNED(8, static const uint64_t, ff_pb_7_3 ) = 0x0307030703070307ULL; /***********************************/ /* IDCT */ |