summaryrefslogtreecommitdiff
path: root/libavcodec/x86/blockdsp.asm
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-06-19 13:29:43 -0300
committerMichael Niedermayer <michaelni@gmx.at>2014-06-19 18:31:44 +0200
commita5ce608fc7eaf3a8710624097dcdfb2b29735eb2 (patch)
tree0aeacbc8d25c0c26d10d69c119150d8eef3dad7e /libavcodec/x86/blockdsp.asm
parenta68c05cf13c986b73b0932e8eb6aaf7f9cb0f37f (diff)
x86/blockdsp: restore author attribution
See commits 649c00c96d7044aed46d70623e47d7434318e6b9 5fecfb7d58a12baf326e99f2d071060f2638d93c 73b02e24604961e49a63ca34203d8f6c56612117 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/blockdsp.asm')
-rw-r--r--libavcodec/x86/blockdsp.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/x86/blockdsp.asm b/libavcodec/x86/blockdsp.asm
index 247c750c74..6038b481a5 100644
--- a/libavcodec/x86/blockdsp.asm
+++ b/libavcodec/x86/blockdsp.asm
@@ -1,6 +1,8 @@
;******************************************************************************
-;*
;* SIMD-optimized clear block functions
+;* Copyright (c) 2002 Michael Niedermayer
+;* Copyright (c) 2008 Loren Merritt
+;* Copyright (c) 2009 Jason Garrett-Glaser
;*
;* This file is part of FFmpeg.
;*