You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Remove unused function fast_memcpy.
Originally committed as revision 27673 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
@@ -154,10 +154,6 @@ static int doTest(uint8_t *ref[3], int refStride[3], int w, int h, int srcFormat
|
|||||||
return res;
|
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){
|
static void selfTest(uint8_t *src[3], int stride[3], int w, int h){
|
||||||
enum PixelFormat srcFormat, dstFormat;
|
enum PixelFormat srcFormat, dstFormat;
|
||||||
int srcW, srcH, dstW, dstH;
|
int srcW, srcH, dstW, dstH;
|
||||||
|
Reference in New Issue
Block a user