summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264dsp_mmx.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-08-30 16:22:27 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-08-30 16:22:27 +0000
commit7e7c4b600819aa2f76c31eead5f18b5a27ecaf2c (patch)
treec38ccc220b2120ba955baec04cf77247520db347 /libavcodec/x86/h264dsp_mmx.c
parent4bc16e83a79dc43e204a2dd048e8eaf7c06a69b0 (diff)
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
Diffstat (limited to 'libavcodec/x86/h264dsp_mmx.c')
-rw-r--r--libavcodec/x86/h264dsp_mmx.c2
1 files changed, 1 insertions, 1 deletions
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 )\