Mercurial > libavcodec.hg
changeset 12512:58bd8cb86f5d libavcodec
Remove unused variable.
author | rbultje |
---|---|
date | Fri, 24 Sep 2010 15:31:46 +0000 |
parents | 41ebcc0afb40 |
children | 66c6184769af |
files | x86/h264dsp_mmx.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/x86/h264dsp_mmx.c Fri Sep 24 14:07:23 2010 +0000 +++ b/x86/h264dsp_mmx.c Fri Sep 24 15:31:46 2010 +0000 @@ -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 */