comparison dct-test.c @ 11409:9b1db41afb30 libavcodec

Remove unused fast_memcpy() function in dct-test
author mru
date Mon, 08 Mar 2010 18:43:41 +0000
parents 4b6b3ffbaee3
children fd978eebb65c
comparison
equal deleted inserted replaced
11408:4b6b3ffbaee3 11409:9b1db41afb30
42 #include "x86/idct_xvid.h" 42 #include "x86/idct_xvid.h"
43 #include "dctref.h" 43 #include "dctref.h"
44 44
45 #undef printf 45 #undef printf
46 46
47 void *fast_memcpy(void *a, const void *b, size_t c){return memcpy(a,b,c);};
48
49 void ff_mmx_idct(DCTELEM *data); 47 void ff_mmx_idct(DCTELEM *data);
50 void ff_mmxext_idct(DCTELEM *data); 48 void ff_mmxext_idct(DCTELEM *data);
51 49
52 void odivx_idct_c(short *block); 50 void odivx_idct_c(short *block);
53 51