aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/fdct_mmx.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-01-10 16:04:55 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-01-10 16:04:55 +0000
commit8f2ab83318444cfc532072c16cde4950bdf01641 (patch)
treece32276ea9d7ca631db51fad31bb2f90e57b64c4 /libavcodec/i386/fdct_mmx.c
parentd2a9bdddd8358f6be94bfd891d026fac82cbbcbf (diff)
downloadffmpeg-8f2ab83318444cfc532072c16cde4950bdf01641.tar.gz
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise
Originally committed as revision 2686 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/fdct_mmx.c')
-rw-r--r--libavcodec/i386/fdct_mmx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/i386/fdct_mmx.c b/libavcodec/i386/fdct_mmx.c
index 5f2074804a..2f0f82b009 100644
--- a/libavcodec/i386/fdct_mmx.c
+++ b/libavcodec/i386/fdct_mmx.c
@@ -1,6 +1,7 @@
/*
* MMX optimized forward DCT
* The gcc porting is Copyright (c) 2001 Fabrice Bellard.
+ * cleanup/optimizations are Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
*
* from fdctam32.c - AP922 MMX(3D-Now) forward-DCT
*