diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-07-31 17:12:51 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-08-01 00:17:16 +0200 |
commit | 6376a3ad24cb6a3c8ccaaa87e82846931d48045f (patch) | |
tree | b6864e252a748ad08600c65f87e0fdc76dc33f91 | |
parent | 921063877e39e8cb7826928e6a7b08e2422e1f5c (diff) | |
download | ffmpeg-6376a3ad24cb6a3c8ccaaa87e82846931d48045f.tar.gz |
x86: h264dsp: Remove unused variable ff_pb_3_1
-rw-r--r-- | libavcodec/x86/h264dsp_mmx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/x86/h264dsp_mmx.c b/libavcodec/x86/h264dsp_mmx.c index 4bea78807f..16de15e66f 100644 --- a/libavcodec/x86/h264dsp_mmx.c +++ b/libavcodec/x86/h264dsp_mmx.c @@ -23,8 +23,6 @@ #include "libavcodec/h264dsp.h" #include "dsputil_mmx.h" -DECLARE_ALIGNED(8, static const uint64_t, ff_pb_3_1 ) = 0x0103010301030103ULL; - /***********************************/ /* IDCT */ #define IDCT_ADD_FUNC(NUM, DEPTH, OPT) \ |