diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-04-10 19:26:49 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-04-11 02:42:11 +0200 |
commit | ac9362c5d985ca37d4debb4e0e12497d248ec9d1 (patch) | |
tree | ba83a66cc2db9f894c249513a2980d1718d8ed86 /libavcodec/x86/dsputilenc_mmx.c | |
parent | 9de9b828ef005dec37052548c195a6b4f18fc701 (diff) | |
download | ffmpeg-ac9362c5d985ca37d4debb4e0e12497d248ec9d1.tar.gz |
Move misplaced file author information where it belongs
Diffstat (limited to 'libavcodec/x86/dsputilenc_mmx.c')
-rw-r--r-- | libavcodec/x86/dsputilenc_mmx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/dsputilenc_mmx.c b/libavcodec/x86/dsputilenc_mmx.c index 29cdb76fb0..67db52c873 100644 --- a/libavcodec/x86/dsputilenc_mmx.c +++ b/libavcodec/x86/dsputilenc_mmx.c @@ -3,6 +3,8 @@ * Copyright (c) 2000, 2001 Fabrice Bellard * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * + * MMX optimization by Nick Kurshev <nickols_k@mail.ru> + * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or @@ -18,8 +20,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with Libav; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - * MMX optimization by Nick Kurshev <nickols_k@mail.ru> */ #include "libavutil/attributes.h" |