Commit 92ca9105 authored by Diego Biurrun's avatar Diego Biurrun

Remove unused function fast_memcpy.

Originally committed as revision 27673 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent ed2164f3
......@@ -154,10 +154,6 @@ static int doTest(uint8_t *ref[3], int refStride[3], int w, int h, int srcFormat
return res;
}
void fast_memcpy(void *a, void *b, int s){ //FIXME
memcpy(a, b, s);
}
static void selfTest(uint8_t *src[3], int stride[3], int w, int h){
enum PixelFormat srcFormat, dstFormat;
int srcW, srcH, dstW, dstH;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment