summaryrefslogtreecommitdiff
path: root/libavcodec/qpeldsp.c
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:40 +0200
commit772d46d3b33c6e8b8c44a66ffaf1ea6259759a71 (patch)
tree0eb874f9c37d684412305815f3e7f6928eb35edf /libavcodec/qpeldsp.c
parent8c891d90cac96e1131a82209f8c6399651fe3b8b (diff)
downloadffmpeg-772d46d3b33c6e8b8c44a66ffaf1ea6259759a71.tar.gz
avcodec/qpeldsp: Restore author attribution
See: 368f50359eb328b0b9d67451f56fda20b3255f9a See: similarity index 51% copy from libavcodec/dsputil.c copy to libavcodec/qpeldsp.c index 6d41dfc..0beeab8 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/qpeldsp.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 functions * * This file is part of FFmpeg. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/qpeldsp.c')
-rw-r--r--libavcodec/qpeldsp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/qpeldsp.c b/libavcodec/qpeldsp.c
index 0beeab801a..62ebcaa480 100644
--- a/libavcodec/qpeldsp.c
+++ b/libavcodec/qpeldsp.c
@@ -1,5 +1,7 @@
/*
* quarterpel DSP functions
+ * Copyright (c) 2000, 2001 Fabrice Bellard
+ * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
*
* This file is part of FFmpeg.
*