diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-06-02 11:22:40 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-06-02 11:25:56 +0200 |
commit | a40370661dd02132f8867f0df2afe75eee470121 (patch) | |
tree | e942c429b49f9e584b204ab2f336cfa05f86b4d3 /libavcodec/arm/int_neon.S | |
parent | 54ddbb477b786be1b90f54bc9aab36cd5babdf7d (diff) | |
download | ffmpeg-a40370661dd02132f8867f0df2afe75eee470121.tar.gz |
use Kostyas full name in copyrights
This fixes 2 files that where not part of the original change
See: de421b208578386bfb4416c67c9922877e670049
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/arm/int_neon.S')
-rw-r--r-- | libavcodec/arm/int_neon.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/int_neon.S b/libavcodec/arm/int_neon.S index 6b28a97af8..dea1ad51eb 100644 --- a/libavcodec/arm/int_neon.S +++ b/libavcodec/arm/int_neon.S @@ -1,6 +1,6 @@ /* * ARM NEON optimised integer operations - * Copyright (c) 2009 Kostya Shishkov + * Copyright (c) 2009 Konstantin Shishkov * * This file is part of FFmpeg. * |