diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-05-25 22:45:33 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-05-25 22:45:33 +0000 |
commit | ff4ec49e648bead601b3b8c618f6d19f3548d368 (patch) | |
tree | c218c3885686983a6016eec25b50aa20382cf6e1 /libavcodec/i386/fdct_mmx.c | |
parent | 2ef0f2b269e2232a973ab51be6843e683b23f92d (diff) | |
download | ffmpeg-ff4ec49e648bead601b3b8c618f6d19f3548d368.tar.gz |
license/copyright change
Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/fdct_mmx.c')
-rw-r--r-- | libavcodec/i386/fdct_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/fdct_mmx.c b/libavcodec/i386/fdct_mmx.c index 614759f7d2..8c30818485 100644 --- a/libavcodec/i386/fdct_mmx.c +++ b/libavcodec/i386/fdct_mmx.c @@ -1,6 +1,6 @@ /* * MMX optimized forward DCT - * The gcc porting is Copyright (c) 2001 Gerard Lantau. + * The gcc porting is Copyright (c) 2001 Fabrice Bellard. * * from fdctam32.c - AP922 MMX(3D-Now) forward-DCT * |