diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-03-13 19:21:58 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-03-13 19:21:58 +0000 |
commit | bda702fc4dc3540ef0e40f3039d501803c8ce4b1 (patch) | |
tree | de534c232bc877e2ce02e6f7fcf0d6f82dc5c094 /libavcodec/ps2/idct_mmi.c | |
parent | 6a91ec51fd08784bd836449a998def1dbe54772e (diff) | |
download | ffmpeg-bda702fc4dc3540ef0e40f3039d501803c8ce4b1.tar.gz |
credit update
Originally committed as revision 2877 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ps2/idct_mmi.c')
-rw-r--r-- | libavcodec/ps2/idct_mmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ps2/idct_mmi.c b/libavcodec/ps2/idct_mmi.c index b3b4e91af7..1d2c7e9374 100644 --- a/libavcodec/ps2/idct_mmi.c +++ b/libavcodec/ps2/idct_mmi.c @@ -9,7 +9,7 @@ http://www.elecard.com/peter/idct.shtml Rounding trick Copyright (c) 2000 Michel Lespinasse <walken@zoy.org> - mmi port by leonvs@iae.nl + MMI port by Leon van Stuivenberg */ #include "../common.h" #include "../dsputil.h" |