diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-06-01 22:10:44 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-06-01 22:10:44 +0000 |
commit | cd96358cb5ffc8113610a7c69ee063d810d06444 (patch) | |
tree | 9067301769528db61e241960801201403eb78fe0 | |
parent | 35ca945423e14ac9b3e2d825946fcde5bdd2cb31 (diff) | |
download | ffmpeg-cd96358cb5ffc8113610a7c69ee063d810d06444.tar.gz |
unused
Originally committed as revision 10236 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-rw-r--r-- | postproc/swscale.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/postproc/swscale.c b/postproc/swscale.c index 6f3b0c30cf..ec149dd1d7 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -1264,10 +1264,6 @@ static void initMMX2HScaler(int dstW, int xInc, uint8_t *funnyCode, int16_t *fil } #endif // ARCH_X86 -//FIXME remove -void SwScale_Init(){ -} - static void globalInit(){ // generating tables: int i; |