summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--postproc/swscale.c2
-rw-r--r--postproc/swscale_template.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/postproc/swscale.c b/postproc/swscale.c
index 368c84cc1e..8582c8fc34 100644
--- a/postproc/swscale.c
+++ b/postproc/swscale.c
@@ -1,7 +1,7 @@
// Software scaling and colorspace conversion routines for MPlayer
-// Orginal C implementation by ?
+// Orginal C implementation by A'rpi/ESP-team <arpi@thot.banki.hu>
// current version mostly by Michael Niedermayer (michaelni@gmx.at)
#include <inttypes.h>
diff --git a/postproc/swscale_template.c b/postproc/swscale_template.c
index 368c84cc1e..8582c8fc34 100644
--- a/postproc/swscale_template.c
+++ b/postproc/swscale_template.c
@@ -1,7 +1,7 @@
// Software scaling and colorspace conversion routines for MPlayer
-// Orginal C implementation by ?
+// Orginal C implementation by A'rpi/ESP-team <arpi@thot.banki.hu>
// current version mostly by Michael Niedermayer (michaelni@gmx.at)
#include <inttypes.h>