diff options
author | David Conrad <lessen42@gmail.com> | 2008-08-31 07:05:55 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2008-08-31 07:05:55 +0000 |
commit | b4c3d835849bdf266123a5c5e701505efeedc9a8 (patch) | |
tree | ea03148d312a5bae80e6e2dc2e6eb0f2ead16f9a /libavcodec/i386/vp3dsp_mmx.h | |
parent | 43410eaf7cea8317388d7a90f39ca9efa84ea28f (diff) | |
download | ffmpeg-b4c3d835849bdf266123a5c5e701505efeedc9a8.tar.gz |
Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it
Originally committed as revision 15118 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/vp3dsp_mmx.h')
-rw-r--r-- | libavcodec/i386/vp3dsp_mmx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/i386/vp3dsp_mmx.h b/libavcodec/i386/vp3dsp_mmx.h index 7d1c38d1a5..d0e61960ae 100644 --- a/libavcodec/i386/vp3dsp_mmx.h +++ b/libavcodec/i386/vp3dsp_mmx.h @@ -28,6 +28,5 @@ void ff_vp3_idct_mmx(int16_t *data); void ff_vp3_idct_put_mmx(uint8_t *dest, int line_size, DCTELEM *block); void ff_vp3_idct_add_mmx(uint8_t *dest, int line_size, DCTELEM *block); -void ff_vp3_dsp_init_mmx(void); #endif /* FFMPEG_VP3DSP_MMX_H */ |