summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-07 15:00:29 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-07 16:22:51 +0100
commit48870853b2b771c5e0a3b57ae7c8d91d7b0867f0 (patch)
tree1d0f5052d9202a73f234913258e8a9ae60ec0093
parent54d8322355c0b9dafe89f57fa9b2d4e5cf3b51af (diff)
downloadffmpeg-streaming-48870853b2b771c5e0a3b57ae7c8d91d7b0867f0.zip
ffmpeg-streaming-48870853b2b771c5e0a3b57ae7c8d91d7b0867f0.tar.gz
x86/dsputil: Fix author attribution after code has been moved/splited around
Reference: commit 3615e2be846f6382aa42360d02d16b25f443af9f Author: Michael Niedermayer <michaelni@gmx.at> Date: Tue Dec 2 22:02:57 2003 +0000 h263_h_loop_filter_mmx Originally committed as revision 2553 to svn://svn.ffmpeg.org/ffmpeg/trunk commit 359f98ded95ec65f7109b25f3cfaa9189c4fab9c Author: Michael Niedermayer <michaelni@gmx.at> Date: Tue Dec 2 20:28:10 2003 +0000 h263_v_loop_filter_mmx Originally committed as revision 2552 to svn://svn.ffmpeg.org/ffmpeg/trunk Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/x86/dsputil.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/x86/dsputil.asm b/libavcodec/x86/dsputil.asm
index 02bec2d..f5df521 100644
--- a/libavcodec/x86/dsputil.asm
+++ b/libavcodec/x86/dsputil.asm
@@ -1,6 +1,8 @@
;******************************************************************************
;* MMX optimized DSP utils
;* Copyright (c) 2008 Loren Merritt
+;* Copyright (c) 2003-2013 Michael Niedermayer
+;* Copyright (c) 2013 Daniel Kang
;*
;* This file is part of FFmpeg.
;*
OpenPOWER on IntegriCloud