From 7e7c4b600819aa2f76c31eead5f18b5a27ecaf2c Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 30 Aug 2010 16:22:27 +0000 Subject: Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() functions. Originally committed as revision 24987 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/x86/h264dsp_mmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/h264dsp_mmx.c') diff --git a/libavcodec/x86/h264dsp_mmx.c b/libavcodec/x86/h264dsp_mmx.c index e402e420f8..155b32d7c1 100644 --- a/libavcodec/x86/h264dsp_mmx.c +++ b/libavcodec/x86/h264dsp_mmx.c @@ -212,7 +212,7 @@ static void ff_h264_idct8_add_mmx(uint8_t *dst, int16_t *block, int stride) ); } - add_pixels_clamped_mmx(b2, dst, stride); + ff_add_pixels_clamped_mmx(b2, dst, stride); } #define STORE_DIFF_8P( p, d, t, z )\ -- cgit v1.2.3