Mercurial > mplayer.hg
changeset 27641:ebb5c01bb107
Remove unused function fast_memcpy.
author | diego |
---|---|
date | Mon, 29 Sep 2008 06:06:19 +0000 |
parents | ecb0fb0738f3 |
children | cca016b2c472 |
files | libswscale/swscale-example.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale-example.c Mon Sep 29 05:41:54 2008 +0000 +++ b/libswscale/swscale-example.c Mon Sep 29 06:06:19 2008 +0000 @@ -154,10 +154,6 @@ 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;