# HG changeset patch # User arpi # Date 1003452138 0 # Node ID 95c48204bcd9cb7acf4e56fd854744e48f30b075 # Parent 72ff2179d3968aa50be21a5d44fb4acdfb92a159 (C) fixed diff -r 72ff2179d396 -r 95c48204bcd9 postproc/swscale.c --- a/postproc/swscale.c Fri Oct 19 00:40:19 2001 +0000 +++ b/postproc/swscale.c Fri Oct 19 00:42:18 2001 +0000 @@ -1,7 +1,7 @@ // Software scaling and colorspace conversion routines for MPlayer -// Orginal C implementation by ? +// Orginal C implementation by A'rpi/ESP-team // current version mostly by Michael Niedermayer (michaelni@gmx.at) #include diff -r 72ff2179d396 -r 95c48204bcd9 postproc/swscale_template.c --- a/postproc/swscale_template.c Fri Oct 19 00:40:19 2001 +0000 +++ b/postproc/swscale_template.c Fri Oct 19 00:42:18 2001 +0000 @@ -1,7 +1,7 @@ // Software scaling and colorspace conversion routines for MPlayer -// Orginal C implementation by ? +// Orginal C implementation by A'rpi/ESP-team // current version mostly by Michael Niedermayer (michaelni@gmx.at) #include