View | Details | Raw Unified | Return to bug 74045 | Differences between
and this patch

Collapse All | Expand All

(-)ffmpeg/libavcodec/i386/motion_est_mmx.c (-1 / +1 lines)
Lines 26-32 Link Here
26
0x0002000200020002ULL,
26
0x0002000200020002ULL,
27
};
27
};
28
28
29
static __attribute__ ((aligned(8), unused)) uint64_t bone= 0x0101010101010101LL;
29
static __attribute__ ((aligned(8), used)) uint64_t bone= 0x0101010101010101LL;
30
30
31
static inline void sad8_mmx(uint8_t *blk1, uint8_t *blk2, int stride, int h)
31
static inline void sad8_mmx(uint8_t *blk1, uint8_t *blk2, int stride, int h)
32
{
32
{

Return to bug 74045