diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-06 22:37:08 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-06 22:37:08 +0000 |
commit | f49747e90473cd2a8d2bb73db416c73e05109258 (patch) | |
tree | 311e77700344c7df1b4991f5fffdeaa9f34b1d82 /libavcodec/x86/dsputilenc_mmx.c | |
parent | 98713e55b4fb373819511c12b52dd2a2d3eea704 (diff) | |
download | ffmpeg-f49747e90473cd2a8d2bb73db416c73e05109258.tar.gz |
x86: move function prototypes to header files
Originally committed as revision 22266 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/dsputilenc_mmx.c')
-rw-r--r-- | libavcodec/x86/dsputilenc_mmx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/x86/dsputilenc_mmx.c b/libavcodec/x86/dsputilenc_mmx.c index f59788b797..f491111ca5 100644 --- a/libavcodec/x86/dsputilenc_mmx.c +++ b/libavcodec/x86/dsputilenc_mmx.c @@ -1348,10 +1348,6 @@ static int ssd_int8_vs_int16_mmx(const int8_t *pix1, const int16_t *pix2, int si #endif //HAVE_SSSE3 -void ff_lpc_compute_autocorr_sse2(const int32_t *data, int len, int lag, - double *autoc); - - void dsputilenc_init_mmx(DSPContext* c, AVCodecContext *avctx) { if (mm_flags & FF_MM_MMX) { |