comparison x86/h264dsp_mmx.c @ 12512:58bd8cb86f5d libavcodec

Remove unused variable.
author rbultje
date Fri, 24 Sep 2010 15:31:46 +0000
parents b2d560458a72
children
comparison
equal deleted inserted replaced
12511:41ebcc0afb40 12512:58bd8cb86f5d
22 #include "libavutil/x86_cpu.h" 22 #include "libavutil/x86_cpu.h"
23 #include "libavcodec/h264dsp.h" 23 #include "libavcodec/h264dsp.h"
24 #include "dsputil_mmx.h" 24 #include "dsputil_mmx.h"
25 25
26 DECLARE_ALIGNED(8, static const uint64_t, ff_pb_3_1 ) = 0x0103010301030103ULL; 26 DECLARE_ALIGNED(8, static const uint64_t, ff_pb_3_1 ) = 0x0103010301030103ULL;
27 DECLARE_ALIGNED(8, static const uint64_t, ff_pb_7_3 ) = 0x0307030703070307ULL;
28 27
29 /***********************************/ 28 /***********************************/
30 /* IDCT */ 29 /* IDCT */
31 30
32 void ff_h264_idct_add_mmx (uint8_t *dst, int16_t *block, int stride); 31 void ff_h264_idct_add_mmx (uint8_t *dst, int16_t *block, int stride);