summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-30 03:09:23 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-30 04:05:13 +0200
commitb15a3cc575ed3ca5303a31e7800be90cb934b259 (patch)
treefcf74d03b4e11e2084c674ce69a43d983d3b24db /libavcodec
parent98a6806fddc2a0e8f402c9ebd7497f4a8d20f536 (diff)
qpel_template: Restore author attribution
See: 368f50359eb328b0b9d67451f56fda20b3255f9a See: 59fe111e8122acc614ace5618e1a4ba7416e9875 See: similarity index 98% rename from libavcodec/dsputil_template.c rename to libavcodec/qpel_template.c index 95d966e..500c75b 100644 --- a/libavcodec/dsputil_template.c +++ b/libavcodec/qpel_template.c @@ -1,9 +1,5 @@ /* - * DSP utils - * Copyright (c) 2000, 2001 Fabrice Bellard - * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> - * - * gmc & q-pel & 32/64 bit based MC by Michael Niedermayer <michaelni@gmx.at> + * quarterpel DSP function templates * * This file is part of FFmpeg. * Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/qpel_template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/qpel_template.c b/libavcodec/qpel_template.c
index 500c75b158..e52a78cf22 100644
--- a/libavcodec/qpel_template.c
+++ b/libavcodec/qpel_template.c
@@ -1,5 +1,7 @@
/*
* quarterpel DSP function templates
+ * Copyright (c) 2000, 2001 Fabrice Bellard
+ * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
*
* This file is part of FFmpeg.
*