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/dct-test.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/dct-test.c')
-rw-r--r-- | libavcodec/dct-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c index 98848dcbf8..2a26b475f4 100644 --- a/libavcodec/dct-test.c +++ b/libavcodec/dct-test.c @@ -1,4 +1,4 @@ -/* DCT test. (c) 2001 Gerard Lantau. +/* DCT test. (c) 2001 Fabrice Bellard. Started from sample code by Juan J. Sierralta P. */ #include <stdlib.h> |