summaryrefslogtreecommitdiff
path: root/libavcodec/i386/mpegvideo_mmx_template.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-01-02 22:29:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-01-02 22:29:08 +0000
commit783df5f347f79643c07c5f6244b496a33e1354a0 (patch)
treed20e4254475d25d9d37aaa3fc8e03b9f457fd573 /libavcodec/i386/mpegvideo_mmx_template.c
parentbe408b67e6cb817318d841d693a5b60a07f2508d (diff)
denoise_dct_mmx()
Originally committed as revision 2657 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/mpegvideo_mmx_template.c')
-rw-r--r--libavcodec/i386/mpegvideo_mmx_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/mpegvideo_mmx_template.c b/libavcodec/i386/mpegvideo_mmx_template.c
index f357e14035..d4ed61ecbc 100644
--- a/libavcodec/i386/mpegvideo_mmx_template.c
+++ b/libavcodec/i386/mpegvideo_mmx_template.c
@@ -46,7 +46,7 @@ static int RENAME(dct_quantize)(MpegEncContext *s,
RENAMEl(ff_fdct) (block); //cant be anything else ...
if(s->dct_error_sum)
- ff_denoise_dct(s, block);
+ s->denoise_dct(s, block);
if (s->mb_intra) {
int dummy;