diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-08 18:43:41 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-08 18:43:41 +0000 |
commit | a79f59e31cc89249be48f8e6242c70a78210d631 (patch) | |
tree | aea3678c77571b071a719b5700426692e557e75a /libavcodec | |
parent | 9b55e2e7276be0fc7edabafbd26d9c423ff16040 (diff) | |
download | ffmpeg-a79f59e31cc89249be48f8e6242c70a78210d631.tar.gz |
Remove unused fast_memcpy() function in dct-test
Originally committed as revision 22334 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/dct-test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c index bc0dc1fdac..729ae47b2d 100644 --- a/libavcodec/dct-test.c +++ b/libavcodec/dct-test.c @@ -44,8 +44,6 @@ #undef printf -void *fast_memcpy(void *a, const void *b, size_t c){return memcpy(a,b,c);}; - void ff_mmx_idct(DCTELEM *data); void ff_mmxext_idct(DCTELEM *data); |