Commit c8246d37 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/x86/h264_qpel: Fix typo introduced by 322a1dda

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 82a90e77
......@@ -51,7 +51,7 @@ void ff_avg_pixels16_l2_mmxext(uint8_t *dst, uint8_t *src1, uint8_t *src2,
#define ff_avg_pixels16_l2_sse2 ff_avg_pixels16_l2_mmxext
CALL_2X_PIXELS(ff_avg_pixels16_mmxext, ff_avg_pixels8_mmxext, 8)
CALL_2X_PIXELS(ff_put_pixels16_mmxext, ff_avg_pixels8_mmxext, 8)
CALL_2X_PIXELS(ff_put_pixels16_mmxext, ff_put_pixels8_mmxext, 8)
#define DEF_QPEL(OPNAME)\
void ff_ ## OPNAME ## _h264_qpel4_h_lowpass_mmxext(uint8_t *dst, uint8_t *src, int dstStride, int srcStride);\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment